OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcv_len
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
traceroute.c
246
int
rcv_len
, icmp_res = 0;
local
248
rcv_len
= recvfrom(TT.recv_sock, toybuf, sizeof(toybuf),
250
if (
rcv_len
<= 0) continue;
272
if ((hip->ip_hl << 2) + 12 <=(
rcv_len
- (rcv_pkt->ip_hl << 2))
284
<= (
rcv_len
- (rcv_pkt->ip_hl << 2))
315
rcv_len
, inet_ntoa(((struct sockaddr_in *)&from)->sin_addr),
433
rcv_len
-= sizeof(struct ip6_hdr);
434
xprintf(" %d bytes to %s ",
rcv_len
, addr_str);
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
365
UINT16
rcv_len
; /* bytes remaining to be received in current rx state */
member in struct:__anon16957
Completed in 140 milliseconds