Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c130 struct aip_addr { struct
144 struct aip_addr a_addr; argument
145 struct aip_addr a_mask;
536 struct aip_addr *addr, *mask; in wg_aip_addrinfo()
548 addr->length = mask->length = offsetof(struct aip_addr, in) + sizeof(struct in_addr); in wg_aip_addrinfo()
558 addr->length = mask->length = offsetof(struct aip_addr, in6) + sizeof(struct in6_addr); in wg_aip_addrinfo()
673 struct aip_addr addr; in wg_aip_lookup()
680 addr.length = offsetof(struct aip_addr, in) + sizeof(struct in_addr); in wg_aip_lookup()
685 addr.length = offsetof(struct aip_addr, in6) + sizeof(struct in6_addr); in wg_aip_lookup()
2978 if (!rn_inithead((void **)&sc->sc_aip4, offsetof(struct aip_addr, in) * NBBY)) in wg_clone_create()
[all …]