Home
last modified time | relevance | path

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

/netbsd-src/common/include/prop/
H A Dprop_dictionary.h231 bool prop_dictionary_get_data(prop_dictionary_t, const char *,
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c205 prop_dictionary_get_data(prop_dictionary_t dict, const char *key, in prop_dictionary_get_data() function
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c890 ATF_REQUIRE(prop_dictionary_get_data(dict, "data", &v, NULL)); in ATF_TC_BODY()
897 ATF_REQUIRE(prop_dictionary_get_data(dict, "data", &v, &size)); in ATF_TC_BODY()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c171 if (!prop_dictionary_get_data(allowedip, "ip", in handle_allowed_ips()
/netbsd-src/sys/net/
H A Dif_wg.c4673 if (!prop_dictionary_get_data(peer, "public_key", in wg_ioctl()
4692 if (prop_dictionary_get_data(peer, "preshared_key", &psk, &psk_len)) { in wg_ioctl()
4704 if (!prop_dictionary_get_data(peer, "endpoint", &addr, &addr_len)) in wg_ioctl()
4751 if (!prop_dictionary_get_data(prop_allowedip, "ip", in wg_ioctl()
4874 if (!prop_dictionary_get_data(prop_dict, "private_key",