OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prop_dict
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/wgconfig/
wgconfig.c
212
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_dict
ionary_t
prop_dict
;
local
448
prop_dict
ionary_t
prop_dict
;
local
497
prop_dict
ionary_t
prop_dict
;
local
713
prop_dict
ionary_t
prop_dict
;
local
753
prop_dict
ionary_t
prop_dict
;
local
[
all
...]
/src/sys/net/
if_wg.c
4862
prop_dictionary_t
prop_dict
;
local
4871
prop_dict
= prop_dictionary_internalize(buf);
4872
if (
prop_dict
== NULL)
4874
if (!prop_dictionary_get_data(
prop_dict
, "private_key",
4900
prop_dictionary_t
prop_dict
;
local
4908
prop_dict
= prop_dictionary_internalize(buf);
4909
if (
prop_dict
== NULL)
4911
if (!prop_dictionary_get_uint16(
prop_dict
, "listen_port", &port))
4925
prop_dictionary_t
prop_dict
;
local
4933
prop_dict
= prop_dictionary_internalize(buf)
4975
prop_dict
ionary_t
prop_dict
;
local
5013
prop_dict
ionary_t
prop_dict
;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026