Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
Ddaemon.c1570 struct rpcap_startcapreply *startcapreply; // start capture reply message in daemon_msg_startcap_req() local
1713 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()
/external/libpcap/
Dpcap-rpcap.c1033 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote() local
1191 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()