OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/usr.sbin/authpf/
authpf.c
649
char *fdpath = NULL, *userstr = NULL, *
ipstr
= NULL;
local
664
if (asprintf(&
ipstr
, "user_ip=%s", ipsrc) == -1)
684
pargv[9] =
ipstr
;
727
free(
ipstr
);
/src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
dummylib.c
1547
int
ipstr
[8] = { 0 };
local
1560
if (sscanf(addrstr, "%d.%d.%d.%d.%d", &
ipstr
[0], &
ipstr
[1],
1561
&
ipstr
[2], &
ipstr
[3], &
ipstr
[4]) == 5)
1563
nmask =
ipstr
[0];
1567
} else if (sscanf(addrstr, "%d.%d.%d.%d", &
ipstr
[1], &
ipstr
[2],
1568
&
ipstr
[3], &ipstr[4]) != 4
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026