Searched refs:NTOHS (Results 1 – 11 of 11) sorted by relevance
40 # ifndef NTOHS41 # define NTOHS(d) macro53 # ifndef NTOHS54 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
117 NTOHS(ip->ip_len); in ip_input()122 NTOHS(ip->ip_id); in ip_input()123 NTOHS(ip->ip_off); in ip_input()
352 NTOHS(ti->ti_win); in tcp_input()353 NTOHS(ti->ti_urp); in tcp_input()1528 NTOHS(mss); in tcp_dooptions()
42 # ifndef NTOHS43 # define NTOHS(d) macro55 # ifndef NTOHS56 # define NTOHS(d) ((d) = ntohs((u_int16_t)(d))) macro
352 NTOHS(ti->ti_win); in tcp_input()353 NTOHS(ti->ti_urp); in tcp_input()1534 NTOHS(mss); in tcp_dooptions()
91 #define NTOHS(x) (x) = ntohs(x) macro
555 NTOHS(port); in etherproto_string()677 NTOHS(port); in ipxsap_string()
188 #define NTOHS(x) (x) = ntohs(x) macro
105 #define NTOHS(x) (x) = ntohs(x) macro
8027 … [BREWMP] Replace HTONL, HTONS, NTOHL and NTOHS with byte order conversion functions from AEEstd.h8030 …HTONL, HTONS, NTOHL and NTOHS macros are prohibited in Mod1. Use byte order conversion functions p…86556 … In BREWMP, AEEStdLib.h provides macros for byte order conversion: HTONL, HTONS, NTOHL and NTOHS.