OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmsel
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c
194
rmconf_match_type(struct rmconfselector *
rmsel
, struct remoteconf *rmconf)
199
if ((
rmsel
->flags & GETRMCONF_F_NO_ANONYMOUS) &&
201
plog(LLV_DEBUG2, LOCATION,
rmsel
->remote,
206
if ((
rmsel
->flags & GETRMCONF_F_NO_PASSIVE) && rmconf->passive){
207
plog(LLV_DEBUG2, LOCATION,
rmsel
->remote,
215
if (
rmsel
->remote != NULL) {
217
if (cmpsaddr(
rmsel
->remote, rmconf->remote) == CMPSADDR_MISMATCH){
218
plog(LLV_DEBUG2, LOCATION,
rmsel
->remote,
229
if (
rmsel
->etype != ISAKMP_ETYPE_NONE) {
230
tmp=rmconf_match_etype_and_approval(rmconf,
rmsel
->etype
[
all
...]
remoteconf.h
186
extern void rmconf_selector_from_ph1(struct rmconfselector *
rmsel
,
188
extern int enumrmconf(struct rmconfselector *
rmsel
,
ipsec_doi.c
242
struct rmconfselector
rmsel
;
local
246
memset(&
rmsel
, 0, sizeof(
rmsel
));
247
rmsel
.remote = iph1->remote;
271
if (enumrmconf(&
rmsel
, get_ph1approvalx, &ctx))
isakmp.c
1135
struct rmconfselector
rmsel
;
local
1141
memset(&
rmsel
, 0, sizeof(
rmsel
));
1142
rmsel
.remote = remote;
1143
if (enumrmconf(&
rmsel
, check_etypeok, (void *) (intptr_t) etype) == 0) {
Completed in 143 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026