Home
last modified time | relevance | path

Searched refs:a_addr (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/net/
H A Dif_wg.h45 #define a_ipv4 a_addr.addr_ipv4
46 #define a_ipv6 a_addr.addr_ipv6
54 } a_addr; member
H A Dif_wg.c620 node = art_insert(root, &aip->a_node, &d->a_addr, d->a_cidr); in wg_aip_add()
670 if ((node = art_lookup(root, &d->a_addr, d->a_cidr, &sr)) == NULL) { in wg_aip_remove()
676 if (art_delete(root, node, &d->a_addr, d->a_cidr) == NULL) in wg_aip_remove()
/openbsd/usr.sbin/hostapd/
H A Droaming.c75 bcopy(&ifr.ifr_addr, &apme->a_addr, in hostapd_roaming_init()
80 inet_ntoa(apme->a_addr.sin_addr), apme->a_iface); in hostapd_roaming_init()
234 rm.rm_gateway.sin_addr.s_addr = apme->a_addr.sin_addr.s_addr; in hostapd_roaming_rt()
H A Dhostapd.h279 struct sockaddr_in a_addr; member
/openbsd/usr.sbin/tcpdump/
H A Ddecnet.h52 unsigned char a_addr[DN_MAXADDL]; /* address as bytes */ member
H A Dprint-decnet.c873 memcpy((char *)dna.a_addr, (char *)&dnaddr, sizeof(short)); in dnname_string()
/openbsd/sbin/ifconfig/
H A Difconfig.c6006 inet_ntop(wg_aip->a_af, &wg_aip->a_addr, in wg_status()