Home | History | Annotate | Download | only in net

Lines Matching refs:in6

24 	struct in6_addr in6;
45 * @v in6 IP6 address
48 ndp_find_entry ( struct in6_addr *in6 ) {
52 if ( IP6_EQUAL ( ( *in6 ), ndp->in6 ) &&
64 * @v in6 IP6 address
69 add_ndp_entry ( struct net_device *netdev, struct in6_addr *in6,
76 memcpy ( &ndp->in6, &( *in6 ), sizeof ( *in6 ) );
84 inet6_ntoa ( ndp->in6 ), netdev->ll_protocol->name,
171 if ( IP6_EQUAL ( ndp->in6, nadvert->target ) ) {