Home | History | Annotate | Download | only in libpcap

Lines Matching refs:rpcap_startcapreq

927 	struct rpcap_startcapreq *startcapreq;		/* start capture request message */
1039 sizeof(struct rpcap_startcapreq) + sizeof(struct rpcap_filter) + fp->fcode.bf_len * sizeof(struct rpcap_filterbpf_insn));
1042 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx];
1044 if (sock_bufferize(NULL, sizeof(struct rpcap_startcapreq), NULL,
1048 memset(startcapreq, 0, sizeof(struct rpcap_startcapreq));