OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outlet
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c
188
char **
outlet
= NULL;
local
222
outlet
= &xst->authdata.generic.usr;
226
outlet
= &xst->authdata.generic.pwd;
235
if (
outlet
!= NULL) {
238
if ((*
outlet
= racoon_malloc(alen + 1)) == NULL) {
244
memcpy(*
outlet
, attr + 1, alen);
245
(*
outlet
)[alen] = '\0';
246
outlet
= NULL;
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026