Home
last modified time | relevance | path

Searched refs:attrpl (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_cfg.c248 struct isakmp_pl_attr *attrpl; local
250 attrpl = (struct isakmp_pl_attr *)ph;
251 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
274 isakmp_cfg_attr_r(iph1, msgid, attrpl) in isakmp_cfg_attr_r() argument
277 struct isakmp_pl_attr *attrpl;
279 int type = attrpl->type;
292 return isakmp_cfg_reply(iph1, attrpl);
297 return isakmp_cfg_request(iph1, attrpl);
302 return isakmp_cfg_set(iph1, attrpl);
316 isakmp_cfg_reply(iph1, attrpl) in isakmp_cfg_reply() argument
[all …]