Searched refs:HTONS (Results 1 – 9 of 9) sorted by relevance
46 # ifndef HTONS47 # define HTONS(d) macro59 # ifndef HTONS60 # define HTONS(d) ((d) = htons((u_int16_t)(d))) macro
274 HTONS(icp->icmp_ip.ip_len); in icmp_error()275 HTONS(icp->icmp_ip.ip_id); in icmp_error()276 HTONS(icp->icmp_ip.ip_off); in icmp_error()
642 HTONS(n1); in tcp_emu()643 HTONS(n2); in tcp_emu()
683 HTONS(ti->ti_win); in tcp_input()684 HTONS(ti->ti_urp); in tcp_input()
48 # ifndef HTONS49 # define HTONS(d) macro61 # ifndef HTONS62 # define HTONS(d) ((d) = htons((u_int16_t)(d))) macro
276 HTONS(icp->icmp_ip.ip_len); in icmp_error()277 HTONS(icp->icmp_ip.ip_id); in icmp_error()278 HTONS(icp->icmp_ip.ip_off); in icmp_error()
689 HTONS(ti->ti_win); in tcp_input()690 HTONS(ti->ti_urp); in tcp_input()
190 #define HTONS(x) (x) = htons(x) macro
107 #define HTONS(x) (x) = htons(x) macro