gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:HTONS (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
1003:                         mhip->ip_off |= IP_MF;
1004:                 HTONS(mhip->ip_off);
1005:                 mhip->ip_len = htons((u_int16_t)(len + mhlen));
bsd_source/t2ex/network/net/src_bsd/netinet/raw_ip.c - 23.3KB - 747 lines
389:                 }
390:                 HTONS(ip->ip_len);
391:                 HTONS(ip->ip_off);
More results from raw_ip.c
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
330:         HTONL(th->th_ack);
331:         HTONS(th->th_win);
332:         HTONS(th->th_urp);
More results from tcp_input.c