OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsa
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c
175
vchar_t *
newsa
; /* new SA payload approved. */
local
186
newsa
= get_ph1approval(iph1, doitype, sittype, pair);
189
if (
newsa
== NULL)
192
iph1->sa_ret =
newsa
;
239
vchar_t *
newsa
;
local
331
newsa
= get_sabyproppair(doitype, sittype, p);
332
if (
newsa
== NULL)
337
return
newsa
;
1409
vchar_t *
newsa
;
local
1423
newsa
= vmalloc(newtlen)
1531
vchar_t *
newsa
= NULL;
local
[
all
...]
/src/external/bsd/libpcap/dist/
pcap.c
779
struct sockaddr *
newsa
;
local
781
if ((
newsa
= malloc(sa_length)) == NULL)
783
return (memcpy(
newsa
, sa, sa_length));
Completed in 30 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026