Home
last modified time | relevance | path

Searched defs:IP_HDR_ALIGNED_P (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_var.h172 #define IP_HDR_ALIGNED_P(ip) 1 macro
174 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro
/f-stack/freebsd/netinet/
H A Dip_var.h172 #define IP_HDR_ALIGNED_P(ip) 1 macro
174 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro