OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tv32
(Results
1 - 2
of
2
) sorted by null
/external/strace/
desc.c
416
} *
tv32
;
local
461
tv32
=(struct timeval32*)&tv;
462
tprintf(", {%u, %u}",
tv32
->tv_sec,
tv32
->tv_usec);
528
tv32
=(struct timeval32*)&tv;
530
tv32
->tv_sec,
tv32
->tv_usec);
/external/ping6/
ping6.c
151
struct
tv32
{
struct
159
#define ICMP6ECHOTMLEN sizeof(struct
tv32
)
716
if (datalen >= (int)sizeof(struct
tv32
)) {
1307
struct
tv32
*
tv32
;
local
[
all
...]
Completed in 287 milliseconds