OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newsa
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
ipsec_doi.c
183
vchar_t *
newsa
; /* new SA payload approved. */
local
192
newsa
= get_ph1approval(iph1, pair);
196
if (
newsa
== NULL)
199
iph1->sa_ret =
newsa
;
213
vchar_t *
newsa
;
local
318
newsa
= get_sabyproppair(p, iph1);
319
if (
newsa
== NULL){
324
return
newsa
;
1567
vchar_t *
newsa
;
local
1692
vchar_t *
newsa
= NULL;
local
[
all
...]
/external/libpcap/
inet.c
96
struct sockaddr *
newsa
;
local
98
if ((
newsa
= malloc(sa_length)) == NULL)
100
return (memcpy(
newsa
, sa, sa_length));
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
604
SDValue
NewSA
=
608
InOp.getOperand(0),
NewSA
));
668
SDValue
NewSA
=
671
InOp.getOperand(0),
NewSA
));
[
all
...]
Completed in 1307 milliseconds