Searched refs:HTONL (Results 1 – 5 of 5) sorted by relevance
137 #define HTONL(x) (void) (x) macro152 #define HTONL(x) (x) = htonl((uint32_t)(x))
122 #define HTONL(x) __CAST(void, (x)) macro134 #define HTONL(x) (x) = htonl(__CAST(uint32_t, (x)))
3380 HTONL($$->key32[0]);3381 HTONL($$->key32[1]);3382 HTONL($$->key32[2]);3383 HTONL($$->key32[3]);
1765 HTONL(hostid); in pfctl_set_hostid()
340 HTONL(th->th_seq); in tcp_fields_to_net()341 HTONL(th->th_ack); in tcp_fields_to_net()