Searched refs:startcapreply (Results 1 – 2 of 2) sorted by relevance
1570 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req() local1713 startcapreply = (struct rpcap_startcapreply *) &sendbuf[sendbufidx]; in daemon_msg_startcap_req()1719 memset(startcapreply, 0, sizeof(struct rpcap_startcapreply)); in daemon_msg_startcap_req()1720 startcapreply->bufsize = htonl(pcap_bufsize(session->fp)); in daemon_msg_startcap_req()1725 startcapreply->portdata = htons(port); in daemon_msg_startcap_req()
1033 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote() local1191 if (rpcap_recv(pr->rmt_sockctrl, (char *)&startcapreply, in pcap_startcapture_remote()1213 pcap_snprintf(portdata, PCAP_BUF_SIZE, "%d", ntohs(startcapreply.portdata)); in pcap_startcapture_remote()1255 server_sockbufsize = ntohl(startcapreply.bufsize); in pcap_startcapture_remote()