Searched refs:startcapreply (Results 1 – 1 of 1) sorted by relevance
928 struct rpcap_startcapreply startcapreply; /* start capture reply message */ in pcap_startcapture_remote() local1109 nread = sock_recv(md->rmt_sockctrl, (char *)&startcapreply, in pcap_startcapture_remote()1135 pcap_snprintf(portdata, PCAP_BUF_SIZE, "%d", ntohs(startcapreply.portdata)); in pcap_startcapture_remote()1174 fp->bufsize = ntohl(startcapreply.bufsize); in pcap_startcapture_remote()