HomeSort by: relevance | last modified time | path
    Searched defs:sendbuf (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
rpcap-protocol.c 84 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ local
93 rpcap_createhdr((struct rpcap_header *) sendbuf, ver, RPCAP_MSG_ERROR, errcode, length);
99 if (sock_bufferize(error, length, sendbuf, &sendbufidx,
103 if (sock_send(sock, ssl, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) < 0)
pcap-rpcap.c 166 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog);
1086 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ local
1236 rpcap_createhdr((struct rpcap_header *) sendbuf,
1241 startcapreq = (struct rpcap_startcapreq *) &sendbuf[sendbufidx];
1272 if (pcap_pack_bpffilter(fp, &sendbuf[sendbufidx], &sendbufidx, &fp->fcode))
1275 if (sock_send(pr->rmt_sockctrl, pr->ctrl_ssl, sendbuf, sendbufidx, fp->errbuf,
1544 * This function serializes the filter into the sending buffer ('sendbuf',
1550 * \param sendbuf: the buffer on which the serialized data has to copied.
1559 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog)
1575 filter = (struct rpcap_filter *) sendbuf;
1633 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data to be sent is buffered *\/ local
1869 char sendbuf[RPCAP_NETBUF_SIZE];\/* temporary buffer in which data to be sent is buffered *\/ local
1977 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data that has to be sent is buffered *\/ local
2454 char sendbuf[RPCAP_NETBUF_SIZE]; \/* temporary buffer in which data to be sent is buffered *\/ local
    [all...]
  /src/usr.sbin/btpand/
btpand.h 86 uint8_t * sendbuf; member in struct:channel
  /src/sys/arch/playstation2/playstation2/
sifbios.c 375 u_int32_t rpc_mode, void *sendbuf, size_t sendbuf_sz, void *recvbuf,
382 void *sendbuf; member in struct:__anon1744
392 sendbuf: sendbuf,
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 1224 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered local
1362 rpcap_createhdr((struct rpcap_header *) sendbuf, 0,
1365 authreply = (struct rpcap_authreply *) &sendbuf[sendbufidx];
1384 if (sock_send(pars->sockctrl, pars->ssl, sendbuf, sendbufidx, errbuf, PCAP_ERRBUF_SIZE) == -1)
1606 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered local
1703 rpcap_createhdr((struct rpcap_header *) sendbuf, ver,
1762 if (sock_bufferize(&findalldevs_if, sizeof(struct rpcap_findalldevs_if), sendbuf,
1767 if (sock_bufferize(d->name, lname, sendbuf, &sendbufidx,
1772 if (sock_bufferize(d->description, ldescr, sendbuf, &sendbufidx,
1791 sockaddr = (struct rpcap_sockaddr *) &sendbuf[sendbufidx]
1859 char sendbuf[RPCAP_NETBUF_SIZE]; \/\/ temporary buffer in which data to be sent is buffered local
1964 char sendbuf[RPCAP_NETBUF_SIZE]; \/\/ temporary buffer in which data to be sent is buffered local
2538 char sendbuf[RPCAP_NETBUF_SIZE]; \/\/ temporary buffer in which data to be sent is buffered local
2615 char *sendbuf; \/\/ temporary buffer in which data to be sent is buffered local
    [all...]

Completed in 39 milliseconds