OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_send
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
handler.h
382
struct timeval
time_send
; /* timestamp of previous send */
member in struct:recvdpkt
handler.c
1055
timersub(&now, &r->
time_send
, &diff);
1085
r->
time_send
= now;
1142
sched_get_monotonic_time(&new->
time_send
);
1188
if (timercmp(&r->
time_send
, &sweep, <)) {
Completed in 20 milliseconds