HomeSort by: relevance | last modified time | path
    Searched defs:send_size (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_threads.c 205 int recd_so_far, empty_space, total_recv_size, recv_chunk_size, send_size; local
313 send_size = Decode_UINT32(data->comm.buf);
314 LogDebug("Sending 0x%X bytes back", send_size);
315 send_size = send_to_socket(data->sock, data->comm.buf, send_size);
316 if (send_size < 0)
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc.c 325 int send_size = 0, send_total = 0; local
328 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) {
332 send_total += send_size;
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc.c 83 int send_size = 0, send_total = 0; local
86 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) {
90 send_total += send_size;
  /src/sys/netinet/
sctp_structs.h 240 u_int32_t send_size; member in struct:sctp_tmit_chunk
sctp_uio.h 525 u_int32_t send_size; member in struct:sctp_rwnd_log

Completed in 16 milliseconds