Searched refs:rmsel (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | remoteconf.c | 196 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 D | remoteconf.h | 186 extern void rmconf_selector_from_ph1 __P((struct rmconfselector *rmsel, 188 extern int enumrmconf __P((struct rmconfselector *rmsel,
|
| H A D | isakmp.c | 1145 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 D | ipsec_doi.c | 247 struct rmconfselector rmsel; local 251 memset(&rmsel, 0, sizeof(rmsel)); 252 rmsel.remote = iph1->remote; 276 if (enumrmconf(&rmsel, get_ph1approvalx, &ctx))
|