Searched refs:send_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c336 int recv_size, send_size; local
407 send_size = Decode_UINT32(data->comm.buf);
408 LogDebug("Sending 0x%X bytes back", send_size);
409 send_size = send_to_socket(data->sock, data->comm.buf, send_size);
410 if (send_size < 0)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c82 int send_size = 0, send_total = 0; local
85 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) {
89 send_total += send_size;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c327 int send_size = 0, send_total = 0; local
330 if ((send_size = send(sock, buffer+send_total, size-send_total, 0)) < 0) {
334 send_total += send_size;

Completed in 58 milliseconds