| /src/external/bsd/wpa/dist/src/ap/ |
| ndisc_snoop.c | 22 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 *ip6addr, *prev local 72 struct ip6addr *ip6addr; local [all...] |
| sta_info.h | 105 struct dl_list ip6addr; /* list head for struct ip6addr */ member in struct:sta_info
|
| sta_info.c | 852 dl_list_init(&sta->ip6addr);
|
| /src/sys/net/ |
| if_ether.h | 148 #define ETHER_MAP_IPV6_MULTICAST(ip6addr, enaddr) \ 149 /* struct in6_addr *ip6addr; */ \ 154 (enaddr)[2] = ((const uint8_t *)ip6addr)[12]; \ 155 (enaddr)[3] = ((const uint8_t *)ip6addr)[13]; \ 156 (enaddr)[4] = ((const uint8_t *)ip6addr)[14]; \ 157 (enaddr)[5] = ((const uint8_t *)ip6addr)[15]; \
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| os-ip.c | 702 struct sockaddr_in6 ip6addr; local 704 ip6addr.sin6_family = AF_INET6; 705 ip6addr.sin6_port = 0; 706 ip6addr.sin6_addr = ld->ld_options.ldo_local_ip_addrs.ip6_addr; 708 &(ip6addr.sin6_addr), 713 if ( bind( s, ( struct sockaddr* ) &ip6addr, sizeof ip6addr ) != 0 ) {
|
| /src/usr.sbin/ldpd/ |
| tlv.h | 90 struct in6_addr ip6addr; member in union:transport_address_tlv::__anon8475
|
| socketops.c | 598 memcpy(&trtlv->address.ip6addr, &if_sa6->sin6_addr,
|
| /src/sbin/efi/ |
| devpath3.c | 1477 struct in6_addr *ip6addr = (void *)p->addr; local 1482 bp = stpcpy(bp, ipv6_addr(&ip6addr[0])); 1485 bp = stpcpy(bp, ipv6_addr(&ip6addr[i])); 1518 struct in6_addr *ip6addr = (void *)p->addr; local 1523 cp = ip6addr[i].__u6_addr.__u6_addr8;
|