Home
last modified time | relevance | path

Searched defs:pcap_rpcap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libpcap/
H A Dpcap-rpcap.c118 struct pcap_rpcap { struct
124 int rmt_clientside;
126 SOCKET rmt_sockctrl; /* socket ID of the socket used for the control connection */
127 SOCKET rmt_sockdata; /* socket ID of the socket used for the data connection */
128 SSL *ctrl_ssl, *data_ssl; /* optional transport of rmt_sockctrl and rmt_sockdata via TLS */
129 …ags, since they are passed by the pcap_open_live(), but they are used by the pcap_startcapture() */
130 …ue' if the capture is already started (needed to knoe if we have to call the pcap_startcapture() */
131 …me) that stores the current filter. Needed when flag PCAP_OPENFLAG_NOCAPTURE_RPCAP is turned on. */
133 uint8 protocol_version; /* negotiated protocol version */
134 uint8 uses_ssl; /* User asked for rpcaps scheme */
[all …]