OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prop_allowedip
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/wgconfig/
wgconfig.c
593
prop_dictionary_t
prop_allowedip
;
local
599
prop_allowedip
= prop_dictionary_create();
600
if (
prop_allowedip
== NULL)
620
if (!prop_dictionary_set_uint8(
prop_allowedip
, "family",
644
if (!prop_dictionary_set_data(
prop_allowedip
, "ip",
647
if (!prop_dictionary_set_uint16(
prop_allowedip
, "cidr", cidr))
651
prop_array_set(allowedips, i,
prop_allowedip
);
/src/sys/net/
if_wg.c
4913
prop_dictionary_t
prop_allowedip
;
local
4914
while ((
prop_allowedip
= prop_object_iterator_next(_it)) != NULL) {
4923
if (!prop_dictionary_get_int(
prop_allowedip
, "family",
4926
if (!prop_dictionary_get_data(
prop_allowedip
, "ip",
4929
if (!prop_dictionary_get_uint8(
prop_allowedip
, "cidr",
5294
prop_dictionary_t
prop_allowedip
;
local
5296
prop_allowedip
= prop_dictionary_create();
5297
if (
prop_allowedip
== NULL)
5300
if (!prop_dictionary_set_int(
prop_allowedip
, "family",
5303
if (!prop_dictionary_set_uint8(
prop_allowedip
, "cidr"
[
all
...]
Completed in 33 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026