Home | History | Annotate | Download | only in libipsec

Lines Matching refs:xpl

1738 	struct sadb_x_policy xpl;
1745 + sizeof(xpl);
1760 if (p + sizeof(xpl) != ep) {
1764 memset(&xpl, 0, sizeof(xpl));
1765 xpl.sadb_x_policy_len = PFKEY_UNIT64(sizeof(xpl));
1766 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
1767 xpl.sadb_x_policy_id = spid;
1768 memcpy(p, &xpl, sizeof(xpl));