Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Drpcap-protocol.h91 #define RPCAP_VERSION_IS_SUPPORTED(v) \ macro
94 #define RPCAP_VERSION_IS_SUPPORTED(v) \ macro
/netbsd/external/bsd/libpcap/dist/rpcapd/
H A Ddaemon.c576 if (!RPCAP_VERSION_IS_SUPPORTED(header.ver)) in daemon_serviceloop()