• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/libpcap/

Lines Matching refs:protocol_version

86 	uint8 protocol_version;
118 uint8 protocol_version; /* negotiated protocol version */
537 if (rpcap_check_msg_ver(pr->rmt_sockdata, pr->protocol_version,
709 rpcap_createhdr(&header, pr->protocol_version,
722 rpcap_createhdr(&header, pr->protocol_version,
739 pr->protocol_version, RPCAP_MSG_ENDCAP_REQ,
878 rpcap_createhdr(&header, pr->protocol_version,
887 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version,
1142 pr->protocol_version, RPCAP_MSG_STARTCAP_REQ, 0,
1186 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version,
1512 pr->protocol_version, RPCAP_MSG_UPDATEFILTER_REQ, 0,
1523 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version,
1763 pr->protocol_version, RPCAP_MSG_SETSAMPLING_REQ, 0,
1783 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version,
2088 *protocol_versionp = activeconn->protocol_version;
2193 uint8 protocol_version; /* negotiated protocol version */
2239 &protocol_version, host, ctrlport, iface, errbuf) == -1)
2254 rpcap_createhdr((struct rpcap_header *) sendbuf, protocol_version,
2266 if (rpcap_process_msg_header(sockctrl, protocol_version,
2284 pr->protocol_version = protocol_version;
2345 uint8 protocol_version; /* protocol version */
2365 &protocol_version, host, port, NULL, errbuf) == -1)
2372 rpcap_createhdr(&header, protocol_version, RPCAP_MSG_FINDALLIF_REQ,
2380 if (rpcap_process_msg_header(sockctrl, protocol_version,
2637 uint8 protocol_version; /* negotiated protocol version */
2714 if (rpcap_doauth(sockctrl, &protocol_version, auth, errbuf) == -1)
2754 rpcap_senderror(sockctrl, protocol_version, PCAP_ERR_REMOTEACCEPT, errbuf, NULL);
2761 temp->protocol_version = protocol_version;
2800 rpcap_createhdr(&header, temp->protocol_version,