Lines Matching refs:uint8
96 uint8 protocol_version;
131 uint8 protocol_version; /* negotiated protocol version */
132 uint8 uses_ssl; /* User asked for rpcaps scheme */
174 static int rpcap_check_msg_ver(PCAP_SOCKET sock, SSL *, uint8 expected_ver, struct rpcap_header *he…
175 static int rpcap_check_msg_type(PCAP_SOCKET sock, SSL *, uint8 request_type, struct rpcap_header *h…
176 static int rpcap_process_msg_header(PCAP_SOCKET sock, SSL *, uint8 ver, uint8 request_type, struct …
1911 sampling_pars->method = (uint8)fp->rmt_samp.method; in pcap_setsampling_remote()
1974 static int rpcap_doauth(PCAP_SOCKET sockctrl, SSL *ssl, uint8 *ver, in rpcap_doauth()
1986 uint8 ourvers; in rpcap_doauth()
2265 int *activep, PCAP_SOCKET *sockctrlp, uint8 *uses_sslp, SSL **sslp, in rpcap_setup_session()
2266 int rmt_flags, uint8 *protocol_versionp, int *byte_swappedp, in rpcap_setup_session()
2450 uint8 protocol_version; /* negotiated protocol version */ in pcap_open_rpcap()
2618 uint8 protocol_version; /* protocol version */ in pcap_findalldevs_ex_remote()
2627 uint8 uses_ssl; in pcap_findalldevs_ex_remote()
2933 uint8 protocol_version; /* negotiated protocol version */ in pcap_remoteact_accept_ex()
3326 static int rpcap_check_msg_ver(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, struct rpcap_header … in rpcap_check_msg_ver()
3357 static int rpcap_check_msg_type(PCAP_SOCKET sock, SSL *ssl, uint8 request_type, struct rpcap_header… in rpcap_check_msg_type()
3427 static int rpcap_process_msg_header(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, uint8 request_t… in rpcap_process_msg_header()