Searched refs:NTOHS (Results 1 – 10 of 10) sorted by relevance
136 #define NTOHS(x) (void) (x) macro151 #define NTOHS(x) (x) = ntohs((uint16_t)(x))
121 #define NTOHS(x) __CAST(void, (x)) macro133 #define NTOHS(x) (x) = ntohs(__CAST(uint16_t, (x)))
464 NTOHS(len); in tcp_trace()465 NTOHS(win); in tcp_trace()
217 NTOHS(fp.fp_mss); in pf_osfp_fingerprint_hdr()223 NTOHS(fp.fp_wscale); in pf_osfp_fingerprint_hdr()
1991 NTOHS(a1);1992 NTOHS(a2);1993 NTOHS(p);2928 NTOHS(mss);
154 #define NTOHS(x) (x) = ntohs(x) macro
182 NTOHS(ip->ip_off); in rip_input()
329 NTOHS(th->th_win); in tcp_fields_to_host()330 NTOHS(th->th_urp); in tcp_fields_to_host()
4171 NTOHS(ip->ip_len); in sctp_input()
1344 fixed mclput panic in ip_input.c and replace ntohs() with NTOHS() macro