Searched refs:cscov (Results 1 – 2 of 2) sorted by relevance
677 uint16_t cscov; in udp6_send() local875 cscov = cscov_partial = 0; in udp6_send()883 cscov = up->u_txcslen; in udp6_send()884 if (cscov >= plen) in udp6_send()885 cscov = 0; in udp6_send()886 udp6->uh_ulen = htons(cscov); in udp6_send()891 cscov_partial = (cscov == 0) ? 0 : 1; in udp6_send()914 sizeof(struct ip6_hdr), plen, cscov)) == 0) in udp6_send()
1106 uint16_t cscov = 0; in udp_send() local1371 cscov = up->u_txcslen; in udp_send()1373 if (cscov >= plen) in udp_send()1374 cscov = 0; in udp_send()1376 ui->ui_ulen = htons(cscov); in udp_send()1381 cscov_partial = (cscov == 0) ? 0 : 1; in udp_send()1403 if ((ui->ui_sum = in_cksum(m, sizeof(struct ip) + cscov)) == 0) in udp_send()