Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.h137 #define NECP_TLV_POLICY_CONDITION 3 macro
H A Dnecp.c3155 …for (cursor = necp_find_tlv(tlv_buffer, tlv_buffer_length, offset, NECP_TLV_POLICY_CONDITION, &err… in necp_handle_policy_add()
3157 …cursor = necp_find_tlv(tlv_buffer, tlv_buffer_length, cursor, NECP_TLV_POLICY_CONDITION, &error, 1… in necp_handle_policy_add()
3190 …for (cursor = necp_find_tlv(tlv_buffer, tlv_buffer_length, offset, NECP_TLV_POLICY_CONDITION, &err… in necp_handle_policy_add()
3192 …cursor = necp_find_tlv(tlv_buffer, tlv_buffer_length, cursor, NECP_TLV_POLICY_CONDITION, &error, 1… in necp_handle_policy_add()
3193 u_int8_t condition_type = NECP_TLV_POLICY_CONDITION; in necp_handle_policy_add()
3846 …cursor = necp_buffer_write_tlv(cursor, NECP_TLV_POLICY_CONDITION, cond_buf_cursor - cond_buf, cond… in necp_handle_policy_dump_all()