OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsa
(Results
1 - 2
of
2
) 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
;
1571
vchar_t *
newsa
;
local
1696
vchar_t *
newsa
= NULL;
local
[
all
...]
/external/libpcap/
inet.c
103
struct sockaddr *
newsa
;
local
105
if ((
newsa
= malloc(sa_length)) == NULL)
107
return (memcpy(
newsa
, sa, sa_length));
Completed in 137 milliseconds