Searched defs:remoteconf (Results 1 – 3 of 3) sorted by relevance
59 struct remoteconf { struct60 struct sockaddr *remote; /* remote IP address */64 struct etypes *etypes; /* exchange type list. the head66 int doitype; /* doi type */67 int sittype; /* situation type */69 int idvtype; /* my identifier type */70 vchar_t *idv; /* my identifier */71 vchar_t *key; /* my pre-shared key */72 struct genlist *idvl_p; /* peer's identifiers list */74 int certtype; /* certificate type if need */[all …]
80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() argument
313 static void add_proposal(struct remoteconf *remoteconf, in add_proposal()350 static void set_pre_shared_key(struct remoteconf *remoteconf, in set_pre_shared_key()368 static void set_certificates(struct remoteconf *remoteconf, in set_certificates()390 static void set_xauth_and_more(struct remoteconf *remoteconf, in set_xauth_and_more()420 struct remoteconf *remoteconf = NULL; in setup() local