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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c1666 struct sadb_x_policy *xpl0,
1675 if (xpl0 == NULL)
1677 if (len < sizeof(*xpl0))
1679 if (len != PFKEY_EXTLEN(xpl0)) {
1690 newsp->spidx.dir = xpl0->sadb_x_policy_dir;
1691 newsp->policy = xpl0->sadb_x_policy_type;
1694 switch (xpl0->sadb_x_policy_type) {
1710 if (PFKEY_EXTLEN(xpl0) < sizeof(*xpl0)) {
1718 tlen = PFKEY_EXTLEN(xpl0)
1665 key_msg2sp( struct sadb_x_policy *xpl0, size_t len, int *error) argument
2091 struct sadb_x_policy *xpl0, *xpl; local
2390 struct sadb_x_policy *xpl0; local
[all...]

Completed in 25 milliseconds