Searched defs:remoteconf (Results 1 – 3 of 3) 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 …]
300 int (*enum_func)(struct remoteconf *, void *), void *enum_arg) in enumrmconf()
531 const char *remoteconf = NULL; in f_exchangesa() local