Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h124 #define HI60(x) ntohl(((u_32_t *)(x))[0]) macro
137 #define IP6_GT(a,b) (ntohl(HI60(a)) > ntohl(HI60(b)) || \
138 (HI60(a) == HI60(b) && \
144 #define IP6_LT(a,b) (ntohl(HI60(a)) < ntohl(HI60(b)) || \
145 (HI60(a) == HI60(b) && \