Search | Google it | Results 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_offload.c (0.00 seconds) |
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);