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()
156 /* Define to 1 if you have the `pfopen' function. */
153 /* Define to 1 if you have the `pfopen' function. */
6045 pfopen=/usr/examples/packetfilter/pfopen.c6046 if test -f $pfopen ; then6055 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using $pfopen" >&56056 printf "%s\n" "Using $pfopen" >&6; }6057 LIBS="$LIBS $pfopen"