Searched defs:IP_HDR_ALIGNED_P (Results 1 – 1 of 1) sorted by relevance
184 #define IP_HDR_ALIGNED_P(ip) 1 macro186 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro