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

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

Completed in 89 milliseconds