Searched refs:ip6addr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dndisc_snoop.c22 struct ip6addr { struct
43 struct ip6addr *ip6addr; local
45 ip6addr = os_zalloc(sizeof(*ip6addr));
46 if (!ip6addr)
49 os_memcpy(&ip6addr->addr, addr, sizeof(*addr));
51 dl_list_add_tail(&sta->ip6addr, &ip6addr->list);
59 struct ip6addr *ip6add local
71 struct ip6addr *ip6addr; local
[all...]
H A Dsta_info.h70 struct dl_list ip6addr; /* list head for struct ip6addr */ member in struct:sta_info
H A Dsta_info.c725 dl_list_init(&sta->ip6addr);
/freebsd-11-stable/sys/netinet/
H A Dif_ether.h60 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \
61 /* struct in6_addr *ip6addr; */ \
66 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \
67 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \
68 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \
69 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
/freebsd-11-stable/usr.sbin/ppp/
H A Dncpaddr.h56 struct in6_addr ip6addr; member in union:ncpaddr::__anon8885
H A Dncpaddr.c78 #define ncpaddr_ip6addr u.ip6addr
/freebsd-11-stable/sbin/ipfw/
H A Dipv6.c300 lookup_host6 (char *host, struct in6_addr *ip6addr) argument
304 if (!inet_pton(AF_INET6, host, ip6addr)) {
307 memcpy(ip6addr, he->h_addr_list[0], sizeof( struct in6_addr));

Completed in 80 milliseconds