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

/darwin-on-arm/xnu/bsd/net/
H A Dpfkeyv2.h339 #define SADB_X_EXT_POLICY 18 macro
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c234 sizeof(struct sadb_x_policy), /* SADB_X_EXT_POLICY */
258 0, /* SADB_X_EXT_POLICY */
1959 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
2106 mhp->ext[SADB_X_EXT_POLICY] == NULL) {
2112 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) {
2128 xpl0 = (struct sadb_x_policy *)(void *)mhp->ext[SADB_X_EXT_POLICY];
2162 && mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) {
2299 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY,
2304 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY,
2328 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) {
[all...]
H A Dkey_debug.c146 case SADB_X_EXT_POLICY:

Completed in 21 milliseconds