Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dpfkey.c128 case SADB_X_EXT_POLICY: in pfkey_align()
259 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_add_message()
289 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_get_message()
318 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_enable_message()
347 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_disable_message()
376 policy_payload->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in send_pfkey_spd_delete_message()
1103 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()
1112 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()
1126 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()
1136 struct sadb_x_policy *policy_message = (struct sadb_x_policy *)(void *)mhp[SADB_X_EXT_POLICY]; in pfkey_process_message_test_60822136()
[all …]
H A Dipsec.m282 case SADB_X_EXT_POLICY:
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c2265 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY; in key_sp2msg()
2432 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spdadd()
2442 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spdadd()
2474 xpl0 = (struct sadb_x_policy *)(void *)mhp->ext[SADB_X_EXT_POLICY]; in key_spdadd()
2519 && mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) { in key_spdadd()
2713 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()
2719 int mbufItems[] = {SADB_EXT_RESERVED, SADB_X_EXT_POLICY, in key_spdadd()
2749 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) { in key_spdadd()
2836 mhp->ext[SADB_X_EXT_POLICY] == NULL) { in key_spddelete()
2846 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) { in key_spddelete()
[all …]
H A Dkey_debug.c147 case SADB_X_EXT_POLICY:
/xnu-8792.41.9/bsd/net/
H A Dpfkeyv2.h374 #define SADB_X_EXT_POLICY 18 macro