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

/netbsd-current/usr.sbin/wgconfig/
H A Dwgconfig.c212 prop_dictionary_t prop_dict; local
230 prop_dict = prop_dictionary_internalize(buf);
231 if (prop_dict == NULL)
237 return prop_dict;
281 prop_dictionary_t prop_dict; local
286 prop_dict = ioctl_get(interface);
291 prop_obj = prop_dictionary_get(prop_dict, "private_key");
297 if (prop_dictionary_get_uint16(prop_dict, "listen_port", &port)) {
303 prop_obj = prop_dictionary_get(prop_dict, "peers");
332 prop_dictionary_t prop_dict; local
379 prop_dictionary_t prop_dict; local
448 prop_dictionary_t prop_dict; local
497 prop_dictionary_t prop_dict; local
514 handle_option_endpoint(const char *_addr_port, prop_dictionary_t prop_dict) argument
577 handle_option_allowed_ips(const char *_allowed_ips, prop_dictionary_t prop_dict) argument
659 handle_option_preshared_key(const char *path, prop_dictionary_t prop_dict) argument
679 handle_options(int argc, char *argv[], prop_dictionary_t prop_dict) argument
712 prop_dictionary_t prop_dict; local
752 prop_dictionary_t prop_dict; local
[all...]
/netbsd-current/sys/net/
H A Dif_wg.c4348 prop_dictionary_t prop_dict; local
4357 prop_dict = prop_dictionary_internalize(buf);
4358 if (prop_dict == NULL)
4360 if (!prop_dictionary_get_data(prop_dict, "private_key",
4386 prop_dictionary_t prop_dict; local
4394 prop_dict = prop_dictionary_internalize(buf);
4395 if (prop_dict == NULL)
4397 if (!prop_dictionary_get_uint16(prop_dict, "listen_port", &port))
4411 prop_dictionary_t prop_dict; local
4419 prop_dict
4461 prop_dictionary_t prop_dict; local
4499 prop_dictionary_t prop_dict; local
[all...]

Completed in 103 milliseconds