Searched defs:HI62 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h198 #define HI62(x) ntohl(((i6addr_t *)(x))->i6[2]) macro
213 (ntohl(HI62(a)) > ntohl(HI62(b)) || \
214 (HI62(a) == HI62(b) && \
220 (ntohl(HI62(a)) < ntohl(HI62(b)) || \
221 (HI62(a) == HI62(b) && \

Completed in 73 milliseconds