Searched defs:remoteconf (Results 1 – 2 of 2) sorted by relevance
87 struct remoteconf { struct88 char *name; /* remote configuration name */89 struct sockaddr *remote; /* remote IP address */93 struct etypes *etypes; /* exchange type list. the head95 int doitype; /* doi type */96 int sittype; /* situation type */98 int idvtype; /* my identifier type */99 vchar_t *idv; /* my identifier */100 vchar_t *key; /* my pre-shared key */101 struct genlist *idvl_p; /* peer's identifiers list */[all …]
553 char *remoteconf = NULL; local