HomeSort by: relevance | last modified time | path
    Searched refs:sendbuf (Results 1 - 8 of 8) 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/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...]
  /src/sys/dev/usb/
umcpmio_transport.c 124 umcpmio_send_report(struct umcpmio_softc *sc, uint8_t *sendbuf,
147 err = uhidev_write(sc->sc_hdev, sendbuf, sendlen);
  /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/usr.sbin/btpand/
channel.c 83 chan->sendbuf = malloc(chan->mtu);
84 if (chan->sendbuf == NULL) {
85 log_err("Could not malloc channel sendbuf: %m");
150 free(chan->sendbuf);
bnep.c 665 p = chan->sendbuf;
697 if (p + eh->len > chan->sendbuf + chan->mtu)
709 iov[0].iov_base = chan->sendbuf;
710 iov[0].iov_len = (p - chan->sendbuf);
btpand.h 86 uint8_t * sendbuf; member in struct:channel

Completed in 41 milliseconds