Searched refs:xpl0 (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/netkey/
H A Dkey.c1754 struct sadb_x_policy *xpl0,
1763 if (xpl0 == NULL)
1765 if (len < sizeof(*xpl0))
1767 if (len != PFKEY_EXTLEN(xpl0)) {
1778 newsp->spidx.dir = xpl0->sadb_x_policy_dir;
1779 newsp->policy = xpl0->sadb_x_policy_type;
1782 switch (xpl0->sadb_x_policy_type) {
1798 if (PFKEY_EXTLEN(xpl0) < sizeof(*xpl0)) {
1806 tlen = PFKEY_EXTLEN(xpl0)
1753 key_msg2sp( struct sadb_x_policy *xpl0, size_t len, int *error) argument
2175 struct sadb_x_policy *xpl0, *xpl; local
2579 struct sadb_x_policy *xpl0; local
[all...]

Completed in 25 milliseconds