Home
last modified time | relevance | path

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

/src/contrib/libpcap/rpcapd/
H A Ddaemon.c1976 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req() local
2156 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()
2162 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()
2163 startcapreply->bufsize = htonl(pcap_bufsize(session->fp)); in daemon_msg_startcap_req()
2168 startcapreply->portdata = htons(port); in daemon_msg_startcap_req()
/src/contrib/libpcap/
H A Dpcap-rpcap.c1107 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote() local
1286 if (rpcap_recv(pr->rmt_sockctrl, pr->ctrl_ssl, (char *)&startcapreply, in pcap_startcapture_remote()
1310 snprintf(portstring, PCAP_BUF_SIZE, "%d", ntohs(startcapreply.portdata)); in pcap_startcapture_remote()
1363 server_sockbufsize = ntohl(startcapreply.bufsize); in pcap_startcapture_remote()