Lines Matching defs:isakmp_cfg_state
153 struct isakmp_cfg_state { struct
154 int flags; /* See below */
155 unsigned int port; /* address index */
156 char login[LOGINLEN + 1]; /* login */
157 struct in_addr addr4; /* IPv4 address */
158 struct in_addr mask4; /* IPv4 netmask */
159 struct in_addr dns4[MAXNS]; /* IPv4 DNS (when client only) */
160 int dns4_index; /* Number of IPv4 DNS (client only) */
161 struct in_addr wins4[MAXWINS]; /* IPv4 WINS (when client only) */
162 int wins4_index; /* Number of IPv4 WINS (client only) */
163 char default_domain[MAXPATHLEN + 1]; /* Default domain recieved */
165 *split_include; /* UNITY_SPLIT_INCLUDE */
166 int include_count; /* Number of SPLIT_INCLUDES */
168 *split_local; /* UNITY_LOCAL_LAN */
169 int local_count; /* Number of SPLIT_LOCAL */
170 struct xauth_state xauth; /* Xauth state, if revelant */
171 struct isakmp_ivm *ivm; /* XXX Use iph1's ivm? */
172 u_int32_t last_msgid; /* Last message-ID */