Home
last modified time | relevance | path

Searched defs:pcap (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libpcap/
H A Dpcap-int.h79 struct pcap { struct
86 int oldstyle; /* if we're opening with pcap_open_live() */ argument
89 struct pcap_sf sf; argument
90 struct pcap_md md; argument
91 struct pcap_opt opt; argument
102 * Place holder for pcap_next(). argument
120 struct pcap_pkthdr pcap_header; /* This is needed for the pcap_next_ex() to work */ argument
/openbsd/usr.sbin/tcpdump/
H A Dprint-fddi.c255 fddi_if_print(u_char *pcap, const struct pcap_pkthdr *h, in fddi_if_print()
338 fddi_if_print(u_char *pcap, const struct pcap_pkthdr *h, in fddi_if_print()
/openbsd/regress/lib/libpthread/pcap/
H A Dpcap.c62 pthread_t pcap; in main() local
/openbsd/sbin/isakmpd/
H A Dlog.c72 struct pcap_pkthdr pcap;/* pcap file packet header */ member