OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frag_next
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_frag.h
50
struct isakmp_frag_item *
frag_next
;
member in struct:isakmp_frag_item
isakmp_frag.c
224
item->
frag_next
= NULL;
237
while (current->
frag_next
) {
240
current = current->
frag_next
;
242
current->
frag_next
= item;
252
item = item->
frag_next
;
285
item = item->
frag_next
;
299
item = item->
frag_next
;
318
next_item = item->
frag_next
;
Completed in 6034 milliseconds