Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.h402 #define RPCAP_MSG_STATS_REQ 9 /* It requires to have network statistics */ macro
411 #define RPCAP_MSG_STATS_REPLY (128+RPCAP_MSG_STATS_REQ) /* Message that keeps the network statis…
Dpcap-rpcap.c589 rpcap_createhdr(&header, RPCAP_MSG_STATS_REQ, 0, 0); in rpcap_stats_remote()