Home
last modified time | relevance | path

Searched defs:sendbuf (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libpcap/rpcapd/
H A Ddaemon.c1226 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered in daemon_msg_auth_req() local
1608 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered in daemon_msg_findallif_req() local
1861 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered in daemon_msg_open_req() local
1966 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered in daemon_msg_startcap_req() local
2536 char sendbuf[RPCAP_NETBUF_SIZE]; // temporary buffer in which data to be sent is buffered in daemon_msg_stats_req() local
2613 char *sendbuf; // temporary buffer in which data to be sent is buffered in daemon_thrdatamain() local
/aosp_15_r20/external/libpcap/
H A Dpcap-rpcap.c1086 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_startcapture_remote() local
1555 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog) in pcap_pack_bpffilter()
1629 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_updatefilter_remote() local
1865 char sendbuf[RPCAP_NETBUF_SIZE];/* temporary buffer in which data to be sent is buffered */ in pcap_setsampling_remote() local
1973 …char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data that has to be sent is buffered… in rpcap_doauth() local
2450 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in pcap_open_rpcap() local
H A Drpcap-protocol.c85 char sendbuf[RPCAP_NETBUF_SIZE]; /* temporary buffer in which data to be sent is buffered */ in rpcap_senderror() local
/aosp_15_r20/external/coreboot/src/drivers/i2c/tpm/
H A Dtis.c83 static tpm_result_t i2c_tpm_sendrecv(const uint8_t *sendbuf, size_t sbuf_size, in i2c_tpm_sendrecv()
H A Dtis_atmel.c27 static tpm_result_t i2c_tis_sendrecv(const uint8_t *sendbuf, size_t sbuf_size, in i2c_tis_sendrecv()
/aosp_15_r20/external/coreboot/src/drivers/spi/tpm/
H A Dtis.c30 static tpm_result_t tpm_sendrecv(const uint8_t *sendbuf, size_t sbuf_size, in tpm_sendrecv()
/aosp_15_r20/external/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
H A Dminimal-raw-adopt-udp.c36 static uint8_t sendbuf[4096]; variable
/aosp_15_r20/external/curl/lib/vquic/
H A Dvquic_int.h42 struct bufq sendbuf; /* buffer for sending one or more packets */ member
H A Dcurl_osslq.c575 struct bufq sendbuf; /* h3 request body */ member
H A Dcurl_ngtcp2.c191 struct bufq sendbuf; /* h3 request body */ member
/aosp_15_r20/external/curl/lib/
H A Dpingpong.h61 struct dynbuf sendbuf; member
H A Dws.h72 struct bufq sendbuf; /* raw data to be sent to the server */ member
H A Dfile.c307 const char *sendbuf; in file_upload() local
H A Drequest.h96 struct bufq sendbuf; /* data which needs to be send to the server */ member
H A Dcf-h2-proxy.c72 struct bufq sendbuf; member
H A Dhttp2.c202 struct bufq sendbuf; /* request buffer */ member
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupMPI.cpp457 void* sendbuf = (rank_ == opts.rootRank) ? MPI_IN_PLACE : dataPtr; in reduce() local
641 void* sendbuf = nullptr; in scatter() local
/aosp_15_r20/external/coreboot/src/drivers/crb/
H A Dtis.c36 static tpm_result_t crb_tpm_sendrecv(const uint8_t *sendbuf, size_t sbuf_size, uint8_t *recvbuf, in crb_tpm_sendrecv()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestsockets.c97 char sendbuf[STRLEN] = "APR_INET, SOCK_DGRAM"; in sendto_receivefrom_helper() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c29 static char sendbuf[SENDSIZE]; variable
/aosp_15_r20/external/coreboot/src/drivers/pc80/tpm/
H A Dtis.c709 static tpm_result_t pc80_tpm_sendrecv(const uint8_t *sendbuf, size_t send_size, in pc80_tpm_sendrecv()
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_var.h190 struct lbufhead sendbuf; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtls.c1201 int sendbuf = 100; in TEST_F() local