| /src/external/mit/libuv/dist/test/ |
| test-udp-dgram-too-big.c | 48 static void send_cb(uv_udp_send_t* req, int status) { function 78 send_cb);
|
| test-udp-send-hang-loop.c | 41 static void send_cb(uv_udp_send_t* req, int status); 63 send_cb); 68 static void send_cb(uv_udp_send_t* req, int status) { function
|
| test-udp-sendmmsg-error.c | 44 static void send_cb(uv_udp_send_t* req, int status) { function 64 ASSERT_OK(uv_udp_send(&req[i], &client, &buf, 1, NULL, send_cb));
|
| test-watcher-cross-stop.c | 57 static void send_cb(uv_udp_send_t* req, int status) { function 94 send_cb));
|
| test-udp-open.c | 129 static void send_cb(uv_udp_send_t* req, int status) { function 167 send_cb); 288 send_cb);
|
| test-udp-send-unreachable.c | 62 static void send_cb(uv_udp_send_t* req, int status) { function 145 send_cb); 155 send_cb);
|
| benchmark-udp-pummel.c | 72 static void send_cb(uv_udp_send_t* req, int status) { function 104 send_cb)); 199 send_cb));
|
| test-udp-ipv6.c | 81 static void send_cb(uv_udp_send_t* req, int status) { function 195 send_cb);
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| ccmsg.c | 168 REQUIRE(ccmsg->send_cb != NULL); 170 isc_nm_cb_t send_cb = ccmsg->send_cb; local 171 ccmsg->send_cb = NULL; 173 send_cb(handle, eresult, ccmsg->send_cbarg); 182 REQUIRE(ccmsg->send_cb == NULL); 184 ccmsg->send_cb = cb;
|
| /src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
| ccmsg.h | 56 isc_nm_cb_t send_cb; member in struct:isccc_ccmsg
|
| /src/external/mpl/bind/dist/bin/tests/ |
| test_client.c | 348 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { function 372 isc_nm_send(handle, &message, send_cb, NULL);
|
| test_server.c | 53 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg); 219 isc_nm_send(handle, reply, send_cb, reply); 224 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { function
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| tlsstream.c | 173 isc_nm_cb_t send_cb = NULL; local 183 send_cb = send_req->cb; 224 if (send_cb != NULL) { 226 send_cb(send_handle, eresult, send_cbarg);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_send.c | 561 send_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, function 610 st_arg->flags, send_cb, st_arg);
|