HomeSort by: relevance | last modified time | path
    Searched defs:prop_peer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_wg.c 5047 prop_dictionary_t prop_peer; local in function:wg_ioctl_get
5052 prop_peer = prop_dictionary_create();
5053 if (prop_peer == NULL)
5057 if (!prop_dictionary_set_string(prop_peer, "name",
5062 if (!prop_dictionary_set_data(prop_peer, "public_key",
5070 if (!prop_dictionary_set_data(prop_peer,
5080 !prop_dictionary_set_data(prop_peer, "endpoint",
5090 if (!prop_dictionary_set_uint64(prop_peer,
5093 if (!prop_dictionary_set_uint32(prop_peer,
5142 prop_dictionary_set(prop_peer, "allowedips", allowedips)
    [all...]
if_wg.c 5047 prop_dictionary_t prop_peer; local in function:wg_ioctl_get
5052 prop_peer = prop_dictionary_create();
5053 if (prop_peer == NULL)
5057 if (!prop_dictionary_set_string(prop_peer, "name",
5062 if (!prop_dictionary_set_data(prop_peer, "public_key",
5070 if (!prop_dictionary_set_data(prop_peer,
5080 !prop_dictionary_set_data(prop_peer, "endpoint",
5090 if (!prop_dictionary_set_uint64(prop_peer,
5093 if (!prop_dictionary_set_uint32(prop_peer,
5142 prop_dictionary_set(prop_peer, "allowedips", allowedips)
    [all...]

Completed in 60 milliseconds