/external/curl/docs/examples/ |
sendrecv.c | 103 size_t nsent; local 105 nsent = 0; 107 request_len - nsent_total, &nsent); 108 nsent_total += nsent; 122 (curl_off_t)nsent);
|
/external/libpcap/ |
sockutils.c | 560 int nsent; local 571 nsent = send(socket, buffer, size, MSG_NOSIGNAL); 573 nsent = send(socket, buffer, size, 0); 576 if (nsent == -1) 582 if (nsent != size) 584 size -= nsent; 585 buffer += nsent; [all...] |
/external/libxml2/ |
nanohttp.c | 471 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent), local 474 if (nsent > 0) 475 total_sent += nsent; 476 else if ((nsent == -1) && [all...] |
/external/scapy/scapy/ |
sendrecv.py | 278 print("\nSent %i packets." % n) 480 print(ct.normal("\nSent %i packets, received %i packets. %3.1f%% hits." % (n,r,100.0*r/n)))
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 325 int selectval, n, nsent = 0; local 329 while (nsent < len) 342 n = mDNSPlatformWriteTCP( sock, ( char* ) msg + nsent, len - nsent); 345 nsent += n; [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.c | 2635 long nsent = mDNSPlatformWriteTCP(sock, (char*)lenbuf, 2); \/\/ Should do scatter\/gather here -- this is probably going out as two packets local [all...] |
/external/mdnsresponder/mDNSWindows/ |
mDNSWin32.c | 1217 int nsent; local [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/ |
netty-codec-http2-4.1.0.CR3.jar | |