Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netkey/
H A Dkey.c1871 struct sadb_x_policy *__sized_by(len) xpl0, in key_msg2sp()
1880 if (xpl0 == NULL) { in key_msg2sp()
1883 if (len < sizeof(*xpl0)) { in key_msg2sp()
1886 if (len != PFKEY_EXTLEN(xpl0)) { in key_msg2sp()
1897 newsp->spidx.dir = xpl0->sadb_x_policy_dir; in key_msg2sp()
1898 newsp->policy = xpl0->sadb_x_policy_type; in key_msg2sp()
1901 switch (xpl0->sadb_x_policy_type) { in key_msg2sp()
1916 tlen = PFKEY_EXTLEN(xpl0) - sizeof(*xpl0); in key_msg2sp()
1928 xisr = (struct sadb_x_ipsecrequest *)(xpl0 + 1); in key_msg2sp()
2343 struct sadb_x_policy *xpl0, *xpl; in key_spdadd() local
[all …]