Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c2442 size_t allowedip_count; in wg_peer_add() local
2444 aipl = nvlist_get_nvlist_array(nvl, "allowed-ips", &allowedip_count); in wg_peer_add()
2445 for (size_t idx = 0; idx < allowedip_count; idx++) { in wg_peer_add()