Lines Matching defs:remoteconf
59 struct remoteconf { struct
60 struct sockaddr *remote; /* remote IP address */
64 struct etypes *etypes; /* exchange type list. the head
66 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 */
75 char *mycertfile; /* file name of my certificate */
76 char *myprivfile; /* file name of my private key file */
77 char *peerscertfile; /* file name of peer's certifcate */
78 int getcert_method; /* the way to get peer's certificate */
79 int cacerttype; /* CA type is needed */
80 char *cacertfile; /* file name of CA */
81 int getcacert_method; /* the way to get the CA */
82 int send_cert; /* send to CERT or not */
83 int send_cr; /* send to CR or not */
84 int verify_cert; /* verify a CERT strictly */
85 int verify_identifier; /* vefify the peer's identifier */
86 int nonce_size; /* the number of bytes of nonce */
87 int passive; /* never initiate */
88 int ike_frag; /* IKE fragmentation */
89 int esp_frag; /* ESP fragmentation */
90 int mode_cfg; /* Gets config through mode config */
91 int support_proxy; /* support mip6/proxy */
118 struct remoteconf *inherited_from; /* the original rmconf argument
130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ argument