Home
last modified time | relevance | path

Searched defs:ip6addr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dndisc_snoop.c22 struct ip6addr { struct
43 struct ip6addr *ip6addr; in sta_ip6addr_add() local
59 struct ip6addr *ip6addr, *prev; in sta_ip6addr_del() local
71 struct ip6addr *ip6addr; in sta_has_ip6addr() local
H A Dsta_info.h111 struct dl_list ip6addr; /* list head for struct ip6addr */ member
/freebsd/usr.sbin/ppp/
H A Dncpaddr.h54 struct in6_addr ip6addr; member
/freebsd/sys/netinet/
H A Dif_ether.h59 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \ argument
/freebsd/sbin/ipfw/
H A Dipv6.c298 lookup_host6 (char *host, struct in6_addr *ip6addr) in lookup_host6()