Home
last modified time | relevance | path

Searched refs:IP6_HDR_ALIGNED_P (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Din6_cksum.c220 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t))) { in inet6_cksum()
286 if (!IP6_HDR_ALIGNED_P(buffer)) { in inet6_cksum_buffer()
H A Dip6_var.h414 #define IP6_HDR_ALIGNED_P(_ip6) ((((uintptr_t)(_ip6)) & ((uintptr_t)3)) == 0) macro
H A Dip6_output.c2088 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t) + hoff)) { in in6_finalize_cksum()
2177 } else if (IP6_HDR_ALIGNED_P(mtod(m, char *) + hoff)) { in in6_finalize_cksum()
H A Dip6_input.c310 if (!IP6_HDR_ALIGNED_P(mtod(_m, caddr_t))) { \
/xnu-12377.1.9/bsd/net/
H A Dif_bridge.c9075 if (IP6_HDR_ALIGNED_P(mtod(m, caddr_t)) == 0) {