Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_var.h291 #define IP6_HDR_ALIGNED_P(ip) 1 macro
293 #define IP6_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0) macro