Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dndp.c52 if ( IP6_EQUAL ( ( *in6 ), ndp->in6 ) && in ndp_find_entry()
171 if ( IP6_EQUAL ( ndp->in6, nadvert->target ) ) { in ndp_process_advert()
Dipv6.c71 if ( !IP6_EQUAL ( gateway, ip6_none ) ) { in add_ipv6_miniroute()
206 ( IP6_EQUAL ( miniroute->gateway, ip6_none ) ) ) { in ipv6_tx()
/external/syslinux/gpxe/src/include/gpxe/
Dip6.h28 #define IP6_EQUAL( in6_addr1, in6_addr2 ) \ macro