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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_cksum.c218 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t))) {
H A Dip6_var.h374 #define IP6_HDR_ALIGNED_P(_ip6) ((((uintptr_t)(_ip6)) & ((uintptr_t)3)) == 0) macro
H A Dip6_input.c241 if (!IP6_HDR_ALIGNED_P(mtod(_m, caddr_t))) { \
H A Dip6_output.c1744 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t) + hoff)) {
1830 } else if (IP6_HDR_ALIGNED_P(mtod(m, char *) + hoff)) {
/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5676 if (IP6_HDR_ALIGNED_P(mtod(m, caddr_t)) == 0) {

Completed in 105 milliseconds