HI60
#define IP6_GT(a,b) (ntohl(HI60(a)) > ntohl(HI60(b)) || \
(HI60(a) == HI60(b) && \
#define IP6_LT(a,b) (ntohl(HI60(a)) < ntohl(HI60(b)) || \