gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_offload.c (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in_offload.c - 5.7KB - 197 lines
168:                 KASSERT(iph->ip_v == IPVERSION);
169:                 iph->ip_len = htons(n->m_pkthdr.len);
170:                 iph->ip_id = htons(ipid);
171:                 th = (void *)(mtod(n, char *) + iphlen);