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