Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/netinet/
H A Dip_var.h167 #define IP_HDR_ALIGNED_P(ip) 1 macro
169 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro