Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h151 #define RPCAP_VERSION_IS_SUPPORTED(v) ((v) <= RPCAP_MAX_VERSION) macro
153 #define RPCAP_VERSION_IS_SUPPORTED(v) \ macro
Dpcap-rpcap.c2010 if (!RPCAP_VERSION_IS_SUPPORTED(header.ver)) in rpcap_sendauth()
/external/libpcap/rpcapd/
Ddaemon.c254 if (!RPCAP_VERSION_IS_SUPPORTED(header.ver)) in daemon_serviceloop()