OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowed_ips
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/wgconfig/
wgconfig.c
582
char *
allowed_ips
, *ip;
local in function:handle_option_allowed_ips
584
allowed_ips
= strdup(_allowed_ips);
585
if (
allowed_ips
== NULL)
592
for (i = 0; (ip = strsep(&
allowed_ips
, ",")) != NULL; i++) {
656
free(
allowed_ips
);
Completed in 35 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025