Home
last modified time | relevance | path

Searched refs:rmsel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c196 rmconf_match_type(struct rmconfselector *rmsel, struct remoteconf *rmconf) in rmconf_match_type() argument
201 if ((rmsel->flags & GETRMCONF_F_NO_ANONYMOUS) && in rmconf_match_type()
203 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
208 if ((rmsel->flags & GETRMCONF_F_NO_PASSIVE) && rmconf->passive){ in rmconf_match_type()
209 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
217 if (rmsel->remote != NULL) { in rmconf_match_type()
219 if (cmpsaddr(rmsel->remote, rmconf->remote) == CMPSADDR_MISMATCH){ in rmconf_match_type()
220 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
231 if (rmsel->etype != ISAKMP_ETYPE_NONE) { in rmconf_match_type()
232 tmp=rmconf_match_etype_and_approval(rmconf, rmsel->etype, in rmconf_match_type()
[all …]
H A Dremoteconf.h186 extern void rmconf_selector_from_ph1 __P((struct rmconfselector *rmsel,
188 extern int enumrmconf __P((struct rmconfselector *rmsel,
H A Disakmp.c1145 struct rmconfselector rmsel; local
1151 memset(&rmsel, 0, sizeof(rmsel));
1152 rmsel.remote = remote;
1153 if (enumrmconf(&rmsel, check_etypeok, (void *) (intptr_t) etype) == 0) {
H A Dipsec_doi.c247 struct rmconfselector rmsel; local
251 memset(&rmsel, 0, sizeof(rmsel));
252 rmsel.remote = iph1->remote;
276 if (enumrmconf(&rmsel, get_ph1approvalx, &ctx))