wg_aip_add
ret = wg_aip_add(sc, peer, aip_o.a_af, &aip_o.a_addr,
static int wg_aip_add(struct wg_softc *, struct wg_peer *, sa_family_t,
if (wg_aip_add(&sc, peer, AF_INET, ip, cidr)) {
if (wg_aip_add(&sc, peer, AF_INET, mutated, cidr)) {
if (wg_aip_add(&sc, peer, AF_INET6, ip, cidr)) {
if (wg_aip_add(&sc, peer, AF_INET6, mutated, cidr)) {
if (wg_aip_add(&sc, peer, af, _ip, cidr)) { \
wg_aip_add(&sc, a, AF_INET6, &addr, 128);