Searched refs:IP6_EQUAL (Results 1 – 3 of 3) sorted by relevance
52 if ( IP6_EQUAL ( ( *in6 ), ndp->in6 ) && in ndp_find_entry()171 if ( IP6_EQUAL ( ndp->in6, nadvert->target ) ) { in ndp_process_advert()
71 if ( !IP6_EQUAL ( gateway, ip6_none ) ) { in add_ipv6_miniroute()206 ( IP6_EQUAL ( miniroute->gateway, ip6_none ) ) ) { in ipv6_tx()
28 #define IP6_EQUAL( in6_addr1, in6_addr2 ) \ macro