HomeSort by: relevance | last modified time | path
    Searched defs:sendbuf (Results 1 - 10 of 10) 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/mpl/bind/dist/lib/isc/netmgr/
tlsstream.c 617 uint8_t sendbuf[MAX_DNS_MESSAGE_SIZE + local
633 memmove(sendbuf, send_data->tcplen,
635 memmove(sendbuf + sizeof(uint16_t),
640 rv = SSL_write_ex(sock->tlsstream.tls, sendbuf,
  /src/external/mpl/bind/dist/lib/ns/include/ns/
client.h 105 * Its "query" struct and sendbuf are initialized.
238 uint8_t sendbuf[NS_CLIENT_SEND_BUFFER_SIZE]; member in struct:ns_client
  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 152 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph1handle
298 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph2handle
381 vchar_t *sendbuf; /* buffer for the response */ member in struct:recvdpkt
  /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/external/mpl/bind/dist/bin/dig/
dighost.h 219 isc_buffer_t sendbuf; member in struct:dig_query
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 219 char *sendbuf; member in struct:isc__networker

Completed in 22 milliseconds