Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/ !
H A Din6_cksum.c220 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t))) { in inet6_cksum()
265 if (!IP6_HDR_ALIGNED_P(buffer)) { in inet6_cksum_buffer()
H A Dip6_var.h409 #define IP6_HDR_ALIGNED_P(_ip6) ((((uintptr_t)(_ip6)) & ((uintptr_t)3)) == 0) macro
H A Dip6_output.c2034 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t) + hoff)) { in in6_finalize_cksum()
2123 } else if (IP6_HDR_ALIGNED_P(mtod(m, char *) + hoff)) { in in6_finalize_cksum()
H A Dip6_input.c307 if (!IP6_HDR_ALIGNED_P(mtod(_m, caddr_t))) { \
/xnu-8019.80.24/bsd/net/ !
H A Dif_bridge.c8699 if (IP6_HDR_ALIGNED_P(mtod(m, caddr_t)) == 0) {