Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c315 static int wg_aip_add(struct wg_softc *, struct wg_peer *, sa_family_t, const void *, uint8_t);
515 wg_aip_add(struct wg_softc *sc, struct wg_peer *peer, sa_family_t af, const void *addr, uint8_t cid… in wg_aip_add() function
2455 if ((err = wg_aip_add(sc, peer, AF_INET, addr, cidr)) != 0) in wg_peer_add()
2463 if ((err = wg_aip_add(sc, peer, AF_INET6, addr, cidr)) != 0) in wg_peer_add()