Searched refs:pfopen (Results 1 – 9 of 9) sorted by relevance
25 int pfopen(char *, int);
29 int pfopen(char *, int);
33 int pfopen(char *, int);
34 int pfopen(char *, int);
325 p->fd = pfopen(p->opt.device, O_RDWR); in pcap_activate_pf()327 p->fd = pfopen(p->opt.device, O_RDONLY); in pcap_activate_pf()
504 static void pfopen(FICL_VM *pVM) in pfopen() function841 dictAppendWord(dp, "fopen", pfopen, FW_DEFAULT); in ficlCompilePlatform()
158 /* Define to 1 if you have the `pfopen' function. */
159 /* Define to 1 if you have the `pfopen' function. */
6056 pfopen=/usr/examples/packetfilter/pfopen.c6057 if test -f $pfopen ; then6066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using $pfopen" >&56067 printf "%s\n" "Using $pfopen" >&6; }6068 LIBS="$LIBS $pfopen"