OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfopen
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/libpcap/dist/lbl/
os-osf4.h
27
int
pfopen
(char *, int);
os-osf5.h
31
int
pfopen
(char *, int);
os-ultrix4.h
35
int
pfopen
(char *, int);
/src/external/bsd/tcpdump/dist/lbl/
os-ultrix4.h
34
int
pfopen
(char *, int);
/src/external/bsd/libpcap/dist/
pcap-pf.c
322
* XXX - we assume here that "
pfopen
()" does not, in fact, modify
330
p->fd =
pfopen
(p->opt.device, O_RDWR);
332
p->fd =
pfopen
(p->opt.device, O_RDONLY);
554
* XXX - is there an error from
pfopen
() that means "no such device"?
/src/external/bsd/tcpdump/dist/
configure
6056
pfopen
=/usr/examples/packetfilter/
pfopen
.c
6057
if test -f $
pfopen
; then
6058
ac_fn_c_check_func "$LINENO" "
pfopen
" "ac_cv_func_pfopen"
6066
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using $
pfopen
" >&5
6067
printf "%s\n" "Using $
pfopen
" >&6; }
6068
LIBS="$LIBS $
pfopen
"
/src/sys/dist/pf/net/
pf_ioctl.c
118
int
pfopen
(dev_t, int, int, struct lwp *);
180
.d_open =
pfopen
,
460
pfopen
(dev_t dev, int flags, int fmt, struct lwp *l)
function
Completed in 21 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026