HomeSort by relevance Sort by last modified time
    Searched refs:inet6_ntoa (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/net/
ndp.c 84 inet6_ntoa ( ndp->in6 ), netdev->ll_protocol->name,
112 inet6_ntoa ( *dest ), ll_protocol->name,
130 DBG ( "Neighbour cache miss: IP6 %s\n", inet6_ntoa ( *dest ) );
ipv6.c 164 inet6_ntoa ( ip6hdr->src ), inet6_ntoa ( ip6hdr->dest ),
217 DBG ( "No route to host %s\n", inet6_ntoa ( ip6hdr->dest ) );
241 DBG ( "No entry for %s\n", inet6_ntoa ( next_hop ) );
355 char * inet6_ntoa ( struct in6_addr in6 ) { function
364 return inet6_ntoa ( * ( ( struct in6_addr * ) net_addr ) );
  /external/syslinux/gpxe/src/include/gpxe/
ip6.h 72 extern char * inet6_ntoa ( struct in6_addr in6 );

Completed in 5425 milliseconds