HomeSort by: relevance | last modified time | path
    Searched refs:in6_ifextra (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet6/
nd6.h 80 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->nd_ifinfo)
166 void nd6_ifdetach(struct ifnet *, struct in6_ifextra *);
172 void nd6_purge(struct ifnet *, struct in6_ifextra *);
in6_var.h 94 struct in6_ifextra { struct
489 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->in6_ifstat->tag++; \
610 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)
scope6.c 60 ((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)
in6.c 627 *((struct in6_ifextra *)ifp->if_afdata[AF_INET6])->in6_ifstat;
638 *((struct in6_ifextra *)ifp->if_afdata[AF_INET6])->icmp6_ifstat;
2658 struct in6_ifextra *ext;
2678 struct in6_ifextra *ext = (struct in6_ifextra *)aux;
nd6.c 192 nd6_ifdetach(struct ifnet *ifp, struct in6_ifextra *ext)
530 nd6_purge(struct ifnet *ifp, struct in6_ifextra *ext)
  /src/sys/netinet/
icmp6.h 674 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat->tag++; \
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 1477 struct in6_ifextra *ife;
1494 ife = (struct in6_ifextra *)(ifp)->if_afdata[AF_INET6];

Completed in 19 milliseconds