Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c134 prop_dictionary_t allowedip; in handle_allowed_ips() local
159 allowedip = prop_obj; in handle_allowed_ips()
161 if (!prop_dictionary_get_uint8(allowedip, "family", &family)) { in handle_allowed_ips()
166 if (!prop_dictionary_get_uint8(allowedip, "cidr", &cidr)) { in handle_allowed_ips()
171 if (!prop_dictionary_get_data(allowedip, "ip", in handle_allowed_ips()