Searched refs:startcapreq (Results 1 – 1 of 1) sorted by relevance
1106 struct rpcap_startcapreq *startcapreq; /* start capture request message */ in pcap_startcapture_remote() local1241 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx]; in pcap_startcapture_remote()1247 memset(startcapreq, 0, sizeof(struct rpcap_startcapreq)); in pcap_startcapture_remote()1251 startcapreq->read_timeout = htonl(fp->opt.timeout); in pcap_startcapture_remote()1256 startcapreq->portdata = portdata; in pcap_startcapture_remote()1259 startcapreq->snaplen = htonl(fp->snapshot); in pcap_startcapture_remote()1260 startcapreq->flags = 0; in pcap_startcapture_remote()1263 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_PROMISC; in pcap_startcapture_remote()1265 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_DGRAM; in pcap_startcapture_remote()1267 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_SERVEROPEN; in pcap_startcapture_remote()[all …]