Home
last modified time | relevance | path

Searched refs:_ip (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/netinet/
H A Dip_var.h249 #define IP_HDR_ALIGNED_P(_ip) ((((uintptr_t)(_ip)) & ((uintptr_t)3)) == 0) argument
258 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { } while (0) argument
260 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { \ argument
261 if (!IP_HDR_ALIGNED_P(_ip)) { \
263 __func__, _ip); \
H A Din_private.h301 #define in_cksum_hdr(_ip) \ argument
302 (~b_sum16(_ip, sizeof (struct ip)) & 0xffff)