Home
last modified time | relevance | path

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

/freebsd/sbin/setkey/
H A Dtest-pfkey.c245 struct sadb_x_policy m_policy;
247 m_policy.sadb_x_policy_len = PFKEY_UNIT64(sizeof(m_policy));
248 m_policy.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
249 m_policy.sadb_x_policy_type = SADB_X_PL_IPSEC;
250 m_policy.sadb_x_policy_esp_trans = 1;
251 m_policy.sadb_x_policy_ah_trans = 2;
252 m_policy.sadb_x_policy_esp_network = 3;
253 m_policy.sadb_x_policy_ah_network = 4;
254 m_policy.sadb_x_policy_reserved = 0;
256 memcpy(m_buf + m_len, &m_policy, sizeof(struct sadb_x_policy));
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h98 AllocationPolicy m_policy; member
108 AllocationPolicy m_policy);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp300 m_size(size), m_policy(policy), m_leak(false), m_permissions(permissions), in Allocation()
484 switch (allocation.m_policy) { in Free()
564 switch (allocation.m_policy) { in WriteMemory()
686 switch (allocation.m_policy) { in ReadMemory()
817 switch (allocation.m_policy) { in GetMemoryData()