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;
534 aip->a_addr.length = aip->a_mask.length = offsetof(struct aip_addr, in) + sizeof(struct in_addr); in wg_aip_add()
545 …aip->a_addr.length = aip->a_mask.length = offsetof(struct aip_addr, in6) + sizeof(struct in6_addr); in wg_aip_add()
584 struct aip_addr addr; in wg_aip_lookup()
591 addr.length = offsetof(struct aip_addr, in) + sizeof(struct in_addr); in wg_aip_lookup()
596 addr.length = offsetof(struct aip_addr, in6) + sizeof(struct in6_addr); in wg_aip_lookup()
2875 if (!rn_inithead((void **)&sc->sc_aip4, offsetof(struct aip_addr, in) * NBBY)) in wg_clone_create()
2878 if (!rn_inithead((void **)&sc->sc_aip6, offsetof(struct aip_addr, in6) * NBBY)) in wg_clone_create()