OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opendevice
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ipf/dist/tools/
ipf.c
52
static int
opendevice
__P((char *, int));
147
if (
opendevice
(ipfname, 1) >= 0)
180
static int
opendevice
(ipfdev, check)
function
214
if ((
opendevice
(ipfname, 1) != -2) &&
226
if (
opendevice
(ipfname, 0) != -2) {
243
(void)
opendevice
(ipfname, 1);
309
if (
opendevice
(ipfname, 1) != -2 &&
373
if (
opendevice
(IPSTATE_NAME, 1) == -2)
416
if (
opendevice
(IPL_AUTH, 1) == -1)
437
if (
opendevice
(ipfname, 1) == -2
[
all
...]
ipfs.c
74
int
opendevice
__P((char *));
312
devfd =
opendevice
(NULL);
315
devfd =
opendevice
(IPSTATE_NAME);
317
devfd =
opendevice
(IPNAT_NAME);
350
int
opendevice
(ipfdev)
function
806
fd =
opendevice
(NULL);
814
devfd =
opendevice
(IPSTATE_NAME);
821
devfd =
opendevice
(IPNAT_NAME);
856
fd =
opendevice
(NULL);
864
devfd =
opendevice
(IPSTATE_NAME)
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026