Searched defs:rmconf (Results 1 - 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dadmin.c407 struct remoteconf *rmconf; local
415 rmconf = getrmconf(dst);
416 if (rmconf == NULL) {
427 port = extract_port(rmconf->remote);
442 if (xauth_rmconf_used(&rmconf->xauth) == -1)
445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
449 if (rmconf->xauth->pass != NULL) {
450 vfree(rmconf
[all...]
H A Dnattraversal.c132 (iph1->rmconf->nat_traversal == NATT_FORCE)?"(NAT-T forced)":"");
166 if (iph1->rmconf->nat_traversal == NATT_FORCE)
189 if (iph1->rmconf->nat_traversal == NATT_FORCE)
455 natt_enabled_in_rmconf_stub (struct remoteconf *rmconf, void *data) argument
457 return (rmconf->nat_traversal ? rmconf : NULL);
H A Disakmp_inf.c494 if(!iph1->rmconf->weak_phase1_check && !encrypted) {
700 struct remoteconf *rmconf;
708 rmconf = getrmconf(remote);
709 if (rmconf == NULL) {
723 iph1->rmconf = rmconf;
738 if (copy_ph1addresses(iph1, rmconf, remote, local) < 0)
816 n->doi = htonl(iph1->rmconf->doitype);
1628 if (iph1->dpd_fails >= iph1->rmconf->dpd_maxfails) {
1688 "rescheduling send_r_u (%d).\n", iph1->rmconf
699 struct remoteconf *rmconf; local
[all...]
H A Dremoteconf.h118 struct remoteconf *inherited_from; /* the original rmconf
153 struct remoteconf *rmconf; /* backpointer to remoteconf */ member in struct:isakmpsa
161 typedef struct remoteconf * (rmconf_func_t)(struct remoteconf *rmconf, void *data);
H A Dhandler.h120 /* XXX copy from rmconf due to anonymous configuration.
123 struct remoteconf *rmconf; /* pointer to remote configuration */ member in struct:ph1handle
H A Disakmp.c881 iph1->rmconf->ini_contact = 0;
890 if(iph1->dpd_support && iph1->rmconf->dpd_interval)
897 && iph1->rmconf->ini_contact && !getcontacted(iph1->remote)) {
918 !iph1->rmconf->mode_cfg) {
1022 isakmp_ph1begin_i(rmconf, remote, local)
1023 struct remoteconf *rmconf;
1037 iph1->rmconf = rmconf;
1054 if(rmconf->ike_frag == ISAKMP_FRAG_FORCE)
1063 if (copy_ph1addresses(iph1, rmconf, remot
1123 struct remoteconf *rmconf; local
2150 struct remoteconf *rmconf; local
[all...]
H A Dcfparse.h379 struct remoteconf *rmconf; member in union:YYSTYPE

Completed in 420 milliseconds