gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
463:          */
464:         ip_len = ntohs(ip->ip_len);
465:         len = ntohs((u_int16_t)uh->uh_ulen);
466:         if (ip_len != iphlen + len) {
624: KASSERT(UDP_HDR_ALIGNED_P(uh)); 625: ulen = ntohs((u_short)uh->uh_ulen); 626: /*
1611: ip = mtod(m, struct ip *); 1612: ip->ip_len = htons(ntohs(ip->ip_len) - skip); 1613: ip->ip_p = IPPROTO_ESP;