Searched defs:IP6_HDR_ALIGNED_P (Results 1 – 2 of 2) sorted by relevance
267 #define IP6_HDR_ALIGNED_P(ip) 1 macro269 #define IP6_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro