Home
last modified time | relevance | path

Searched refs:pcap_init (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libpcap/
H A DMakefile90 pcap_init.3 \
/dragonfly/contrib/libpcap/pcap/
H A Dpcap.h388 PCAP_API int pcap_init(unsigned int, char *);
/dragonfly/contrib/libpcap/
H A DCHANGES70 Add pcap_init() for first-time initialization and global option
203 Have pcap_init() allow selecting whether the API should use
H A Dpcap.c244 pcap_init(unsigned int opts, char *errbuf) in pcap_init() function