Home | History | Annotate | Download | only in racoon

Lines Matching refs:attr

86 isakmp_unity_req(iph1, attr)
88 struct isakmp_data *attr;
100 type = ntohs(attr->type);
108 s_isakmp_cfg_type(type), ntohs(attr->lorv));
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);
165 attr, isakmp_cfg_config.default_domain);
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)
205 struct isakmp_data *attr;
207 int type = ntohs(attr->type);
208 int alen = ntohs(attr->lorv);
210 struct unity_network *network = (struct unity_network *)(attr + 1);
261 isakmp_cfg_split(iph1, attr, netentry, count)
263 struct isakmp_data *attr;
277 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {
283 new->type = attr->type;