Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_var.h293 #define IP_HDR_ALIGNED_P(_ip) ((((uintptr_t)(_ip)) & ((uintptr_t)3)) == 0) argument
302 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { } while (0) argument
304 #define IP_HDR_STRICT_ALIGNMENT_CHECK(_ip) do { \ argument
305 if (!IP_HDR_ALIGNED_P(_ip)) { \
307 __func__, _ip); \
H A Din_private.h309 #define in_cksum_hdr(_ip) \ argument
310 (~b_sum16(_ip, sizeof (struct ip)) & 0xffff)