OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newtr
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/racoon/
proposal.c
201
struct satrns *tr1, *tr2, *
newtr
;
local
502
newtr
= newsatrns();
503
if (
newtr
== NULL) {
509
newtr
->trns_no = tr1->trns_no;
510
newtr
->trns_id = tr1->trns_id;
511
newtr
->encklen = tr1->encklen;
512
newtr
->authtype = tr1->authtype;
514
inssatrns(newpr,
newtr
);
642
struct satrns *
newtr
;
local
659
newtr
= newsatrns()
749
struct satrns *
newtr
;
local
[
all
...]
Completed in 60 milliseconds