| /third_party/libuv/test/ |
| H A D | test-udp-send-hang-loop.c | 68 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-udp-sendmmsg-error.c | 44 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-udp-dgram-too-big.c | 48 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-watcher-cross-stop.c | 57 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-udp-send-unreachable.c | 62 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | benchmark-udp-pummel.c | 72 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-udp-ipv6.c | 81 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| H A D | test-udp-open.c | 129 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() function
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_test_common_source.c | 251 int send_cb(void *ctx, unsigned char const *buf, size_t len) in send_cb() function
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
| H A D | ce.h | 157 void (*send_cb)(struct ath11k_ce_pipe *); member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
| H A D | ce.h | 148 void (*send_cb)(struct ath12k_ce_pipe *pipe); member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
| H A D | ce.h | 120 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member 174 void (*send_cb)(struct ath11k_base *, struct sk_buff *); member
|
| /third_party/libuv/src/win/ |
| H A D | udp.c | 1057 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
|
| /third_party/node/deps/uv/src/win/ |
| H A D | udp.c | 1102 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.h | 124 void (*send_cb)(struct ath10k_ce_pipe *); member 301 void (*send_cb)(struct ath10k_ce_pipe *); member
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.h | 124 void (*send_cb)(struct ath10k_ce_pipe *); member 301 void (*send_cb)(struct ath10k_ce_pipe *); member
|
| /third_party/libuv/src/unix/ |
| H A D | udp.c | 686 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | udp.c | 732 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
|
| /third_party/libuv/src/ |
| H A D | uv-common.c | 488 uv_udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, uv_udp_send_cb send_cb) uv_udp_send() argument
|
| /third_party/node/deps/uv/src/ |
| H A D | uv-common.c | 454 uv_udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, uv_udp_send_cb send_cb) uv_udp_send() argument
|