OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oiph
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
286
iphtable_t htab, *iph, *
oiph
;
local
337
for (
oiph
= softh->ipf_htables[unit + 1];
oiph
!= NULL;
338
oiph
=
oiph
->iph_next)
339
if (strncmp(
oiph
->iph_name, name,
340
sizeof(
oiph
->iph_name)) == 0)
342
} while (
oiph
!= NULL);
/src/external/bsd/ipf/dist/
ip_htable.c
282
iphtable_t htab, *iph, *
oiph
;
local
337
for (
oiph
= softh->ipf_htables[unit + 1];
oiph
!= NULL;
338
oiph
=
oiph
->iph_next)
339
if (strncmp(
oiph
->iph_name, name,
340
sizeof(
oiph
->iph_name)) == 0)
342
} while (
oiph
!= NULL);
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026