Lines Matching defs:startcapreq
1106 struct rpcap_startcapreq *startcapreq; /* start capture request message */
1241 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx];
1247 memset(startcapreq, 0, sizeof(struct rpcap_startcapreq));
1251 startcapreq->read_timeout = htonl(fp->opt.timeout);
1256 startcapreq->portdata = portdata;
1259 startcapreq->snaplen = htonl(fp->snapshot);
1260 startcapreq->flags = 0;
1263 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_PROMISC;
1265 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_DGRAM;
1267 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_SERVEROPEN;
1269 startcapreq->flags = htons(startcapreq->flags);