Searched refs:ip6addr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ndisc_snoop.c | 22 struct ip6addr { struct 43 struct ip6addr *ip6addr; in sta_ip6addr_add() local 45 ip6addr = os_zalloc(sizeof(*ip6addr)); in sta_ip6addr_add() 46 if (!ip6addr) in sta_ip6addr_add() 49 os_memcpy(&ip6addr->addr, addr, sizeof(*addr)); in sta_ip6addr_add() 51 dl_list_add_tail(&sta->ip6addr, &ip6addr->list); in sta_ip6addr_add() 59 struct ip6addr *ip6addr, *prev; in sta_ip6addr_del() local 61 dl_list_for_each_safe(ip6addr, prev, &sta->ip6addr, struct ip6addr, in sta_ip6addr_del() 63 hostapd_drv_br_delete_ip_neigh(hapd, 6, (u8 *) &ip6addr->addr); in sta_ip6addr_del() 64 dl_list_del(&ip6addr->list); in sta_ip6addr_del() [all …]
|
H A D | sta_info.h | 105 struct dl_list ip6addr; /* list head for struct ip6addr */ member
|
H A D | sta_info.c | 852 dl_list_init(&sta->ip6addr); in ap_sta_add()
|
/freebsd/sys/netinet/ |
H A D | if_ether.h | 59 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \ argument 65 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \ 66 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \ 67 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \ 68 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
|
/freebsd/sbin/ipfw/ |
H A D | ipv6.c | 298 lookup_host6 (char *host, struct in6_addr *ip6addr) in lookup_host6() argument 302 if (!inet_pton(AF_INET6, host, ip6addr)) { in lookup_host6() 305 memcpy(ip6addr, he->h_addr_list[0], sizeof( struct in6_addr)); in lookup_host6()
|
/freebsd/usr.sbin/ppp/ |
H A D | ncpaddr.h | 54 struct in6_addr ip6addr; member
|
H A D | ncpaddr.c | 76 #define ncpaddr_ip6addr u.ip6addr
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 557 bpf_set_error(cstate, "'proto' modifier applied to 'ip6addr/prefixlen");
|