Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_var.h184 #define IP_HDR_ALIGNED_P(ip) 1 macro
186 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro