Home
last modified time | relevance | path

Searched refs:PCAP_ERROR_TSTAMP_PRECISION_NOTSUP (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/pcap/
Dpcap.h261 #define PCAP_ERROR_TSTAMP_PRECISION_NOTSUP -12 /* the requested time stamp precision is not suppor… macro
/external/libpcap/
Dpcap.c731 return (PCAP_ERROR_TSTAMP_PRECISION_NOTSUP); in pcap_set_tstamp_precision()
764 return (PCAP_ERROR_TSTAMP_PRECISION_NOTSUP); in pcap_set_tstamp_precision()
1604 case PCAP_ERROR_TSTAMP_PRECISION_NOTSUP: in pcap_statustostr()