Home | History | Annotate | Download | only in racoon

Lines Matching refs:iph1

86 isakmp_unity_req(iph1, attr)
87 struct ph1handle *iph1;
93 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) == 0) {
144 reply_attr = isakmp_cfg_string(iph1, attr, buf);
150 reply_attr = isakmp_cfg_short(iph1, attr,
155 reply_attr = isakmp_cfg_short(iph1, attr,
160 reply_attr = isakmp_cfg_copy(iph1, attr);
164 reply_attr = isakmp_cfg_string(iph1,
170 reply_attr = isakmp_cfg_split(iph1, attr,
178 reply_attr = isakmp_cfg_split(iph1, attr,
185 reply_attr = isakmp_cfg_varlen(iph1, attr,
203 isakmp_unity_reply(iph1, attr)
204 struct ph1handle *iph1;
222 &iph1->mode_cfg->split_include,
224 &iph1->mode_cfg->include_count);
226 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_INCLUDE;
236 &iph1->mode_cfg->split_local,
238 &iph1->mode_cfg->local_count);
240 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_LOCAL;
261 isakmp_cfg_split(iph1, attr, netentry, count)
262 struct ph1handle *iph1;