OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recvdpkt
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
handler.c
87
static LIST_HEAD(_rcptree_,
recvdpkt
) rcptree;
89
static void del_recvdpkt __P((struct
recvdpkt
*));
90
static void rem_recvdpkt __P((struct
recvdpkt
*));
858
struct
recvdpkt
*r;
936
struct
recvdpkt
*new = NULL;
990
struct
recvdpkt
*r;
1005
struct
recvdpkt
*r;
1014
struct
recvdpkt
*r, *next;
handler.h
336
struct
recvdpkt
{
struct
347
LIST_ENTRY(
recvdpkt
) chain;
Completed in 817 milliseconds