Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h201 #define HI60(x) ntohl(((i6addr_t *)(x))->i6[0]) macro
214 #define IP6_GT(a,b) (ntohl(HI60(a)) > ntohl(HI60(b)) || \
215 (HI60(a) == HI60(b) && \
221 #define IP6_LT(a,b) (ntohl(HI60(a)) < ntohl(HI60(b)) || \
222 (HI60(a) == HI60(b) && \