Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/setkey/
Dtest-pfkey.c246 struct sadb_x_policy m_policy;
248 m_policy.sadb_x_policy_len = PFKEY_UNIT64(sizeof(m_policy));
249 m_policy.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
250 m_policy.sadb_x_policy_type = SADB_X_PL_IPSEC;
251 m_policy.sadb_x_policy_esp_trans = 1;
252 m_policy.sadb_x_policy_ah_trans = 2;
253 m_policy.sadb_x_policy_esp_network = 3;
254 m_policy.sadb_x_policy_ah_network = 4;
255 m_policy.sadb_x_policy_reserved = 0;
257 memcpy(m_buf + m_len, &m_policy, sizeof(struct sadb_x_policy));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h98 AllocationPolicy m_policy; member
108 AllocationPolicy m_policy);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp274 m_size(size), m_policy(policy), m_leak(false), m_permissions(permissions), in Allocation()
459 switch (allocation.m_policy) { in Free()
540 switch (allocation.m_policy) { in WriteMemory()
664 switch (allocation.m_policy) { in ReadMemory()
799 switch (allocation.m_policy) { in GetMemoryData()