HomeSort by relevance Sort by last modified time
    Searched refs:send_size (Results 1 - 24 of 24) sorted by null

  /external/valgrind/coregrind/m_mach/
mach_msg.c 53 mach_msg_size_t send_size,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
63 mach_msg_size_t send_size;
84 send_size, rcv_size, rcv_name,
93 send_size, rcv_size, rcv_name,
  /external/netperf/src/
nettest_sdp.h 116 int send_size; /* how many bytes do we want netserver to send member in struct:sdp_maerts_request_struct
142 int send_size; member in struct:sdp_maerts_response_struct
nettest_sdp.c 318 if (send_size == 0) {
320 send_size = lss_size;
323 send_size = 4096;
332 /* send_size is bigger than the socket size, so we must check... the */
336 send_width = (lss_size/send_size) + 1;
346 send_size,
516 send_size,
533 send_size,
534 0)) != send_size) {
544 local_bytes_sent += send_size;
    [all...]
nettest_bsd.h 54 uint32_t send_size; /* bytes per send() call */ member in struct:omni_request_struct
107 uint32_t send_size; member in struct:omni_response_struct
248 int send_size; /* how many bytes do we want netserver to send member in struct:tcp_maerts_request_struct
274 int send_size; member in struct:tcp_maerts_response_struct
581 send_size, /* how big are individual sends */
nettest_unix.c 93 send_size, /* how big are individual sends */
132 send_size = 0;
329 if (send_size == 0) {
331 send_size = lss_size;
334 send_size = 4096;
342 allocated - this can be a bit of a problem when the send_size is
347 send_width = (lss_size/send_size) + 1;
352 send_size,
500 send_size,
501 0)) != send_size) {
92 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_sctp.c 479 if (send_size == 0) {
481 send_size = lss_size;
484 send_size = 4096;
493 /* send_size is bigger than the socket size, so we must check... the */
497 send_width = (lss_size/send_size) + 1;
507 send_size,
545 test_bytes = send_size * msg_count;
716 send_ring->buffer_ptr, send_size,
718 0, 0, 0, 0, 0)) != send_size) {
741 units_this_tick += send_size;
    [all...]
nettest_bsd.c 191 send_size, /* how big are individual sends */
190 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_dlpi.c 68 send_size, /* how big are individual sends */
501 /* we should pick a default send_size, it should not be larger than */
507 if (send_size == 0) {
508 send_size = 1024;
521 /* send_size is bigger than the socket size, so we must check... the */
525 send_width = (lsw_size/send_size) + 1;
530 send_size,
534 send_message.maxlen = send_size;
535 send_message.len = send_size;
731 bytes_remaining -= send_size;
67 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_xti.c 86 send_size, /* how big are individual sends */
678 if (send_size == 0) {
680 send_size = lss_size;
683 send_size = 4096;
692 /* send_size is bigger than the socket size, so we must check... the */
697 send_width = (lss_size/send_size) + 1;
707 send_size,
907 send_size,
920 send_size,
921 0)) != send_size) {
85 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_omni.c 3588 int send_size; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
os1_darwin.go 182 func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 {
184 return mach_msg_trap(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
sys_darwin_amd64.s 365 // func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
369 MOVL send_size+12(FP), DX
sys_darwin_arm.s 390 MOVW send_size+8(FP), R2
sys_darwin_arm64.s 353 MOVW send_size+12(FP), R2
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
os1_darwin.go 182 func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 {
184 return mach_msg_trap(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
sys_darwin_amd64.s 365 // func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
369 MOVL send_size+12(FP), DX
sys_darwin_arm.s 390 MOVW send_size+8(FP), R2
sys_darwin_arm64.s 353 MOVW send_size+12(FP), R2
  /external/curl/lib/
smb.c 373 smbc->send_size = len;
386 ssize_t len = smbc->send_size - smbc->sent;
389 if(!smbc->send_size)
401 smbc->send_size = 0;
602 if(!smbc->send_size && smbc->upload_size) {
613 smbc->send_size = nread;
618 if(smbc->send_size) {
625 if(smbc->send_size || smbc->upload_size)
922 if(smbc->send_size || smbc->upload_size)
smb.h 42 size_t send_size; member in struct:smb_conn
  /external/webrtc/webrtc/base/
socket_unittest.cc 968 int send_size = 0; local
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 266 int send_size = usrsctp_sysctl_get_sctp_sendspace(); local
267 if (send_size != kSendBufferSize) {
268 LOG(LS_ERROR) << "Got different send size than expected: " << send_size;
    [all...]

Completed in 667 milliseconds