IP_HDR_ALIGNED_P
#define IP_HDR_ALIGNED_P(ip) 1
#define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0)