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

/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/sys/net/
H A Dif_ether.h148 #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]; \
/netbsd-current/usr.sbin/ldpd/
H A Dtlv.h90 struct in6_addr ip6addr; member in union:transport_address_tlv::__anon4
H A Dsocketops.c598 memcpy(&trtlv->address.ip6addr, &if_sa6->sin6_addr,
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c702 struct sockaddr_in6 ip6addr; local
704 ip6addr.sin6_family = AF_INET6;
705 ip6addr.sin6_addr = ld->ld_options.ldo_local_ip_addrs.ip6_addr;
707 &(ip6addr.sin6_addr),
712 if ( bind( s, ( struct sockaddr* ) &ip6addr, sizeof ip6addr ) != 0 ) {

Completed in 284 milliseconds