Home
last modified time | relevance | path

Searched refs:startcapreply (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c1107 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote() local
1284 if (rpcap_recv(pr->rmt_sockctrl, pr->ctrl_ssl, (char *)&startcapreply, in pcap_startcapture_remote()
1308 snprintf(portstring, PCAP_BUF_SIZE, "%d", ntohs(startcapreply.portdata)); in pcap_startcapture_remote()
1359 server_sockbufsize = ntohl(startcapreply.bufsize); in pcap_startcapture_remote()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1978 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req() local
2154 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()
2160 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()
2161 startcapreply->bufsize = htonl(pcap_bufsize(session->fp)); in daemon_msg_startcap_req()
2166 startcapreply->portdata = htons(port); in daemon_msg_startcap_req()