Home
last modified time | relevance | path

Searched refs:pcap_statustostr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libpcap/
Dpcap-bpf.c603 pcap_statustostr(status)); in pcap_activate()
889 pcap_statustostr(status), p->errbuf); in pcap_open_live()
892 pcap_statustostr(status)); in pcap_open_live()
Dpcap.h200 const char *pcap_statustostr(int);
Dpcap.c479 pcap_statustostr(int errnum) in pcap_statustostr() function