Home | History | Annotate | Download | only in racoon

Lines Matching refs:ph1handle

193 struct ph1handle;
195 void isakmp_cfg_r(struct ph1handle *, vchar_t *);
196 int isakmp_cfg_attr_r(struct ph1handle *, u_int32_t, struct isakmp_pl_attr *);
197 int isakmp_cfg_reply(struct ph1handle *, struct isakmp_pl_attr *);
198 int isakmp_cfg_request(struct ph1handle *, struct isakmp_pl_attr *);
199 int isakmp_cfg_set(struct ph1handle *, struct isakmp_pl_attr *);
200 int isakmp_cfg_send(struct ph1handle *, vchar_t *, u_int32_t, int, int);
201 struct isakmp_ivm *isakmp_cfg_newiv(struct ph1handle *, u_int32_t);
202 void isakmp_cfg_rmstate(struct ph1handle *);
204 vchar_t *isakmp_cfg_copy(struct ph1handle *, struct isakmp_data *);
205 vchar_t *isakmp_cfg_short(struct ph1handle *, struct isakmp_data *, int);
206 vchar_t *isakmp_cfg_varlen(struct ph1handle *, struct isakmp_data *, char *, size_t);
207 vchar_t *isakmp_cfg_string(struct ph1handle *, struct isakmp_data *, char *);
208 int isakmp_cfg_getconfig(struct ph1handle *);
209 int isakmp_cfg_setenv(struct ph1handle *, char ***, int *);
212 int isakmp_cfg_getport(struct ph1handle *);
213 int isakmp_cfg_putport(struct ph1handle *, unsigned int);