HomeSort by relevance Sort by last modified time
    Searched defs:rmconf (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
admin.c 407 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->xauth->pass)
    [all...]
isakmp_inf.c 494 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);
699 struct remoteconf *rmconf; local
    [all...]
remoteconf.h 118 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);
handler.h 120 /* XXX copy from rmconf due to anonymous configuration.
123 struct remoteconf *rmconf; /* pointer to remote configuration */ member in struct:ph1handle
isakmp.c 881 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, remote, local) < 0)
1123 struct remoteconf *rmconf; local
2150 struct remoteconf *rmconf; local
    [all...]
cfparse.h 379 struct remoteconf *rmconf; member in union:YYSTYPE

Completed in 102 milliseconds