Searched refs:NECP_TLV_POLICY_ID (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dnecp.h63 #define NECP_TLV_POLICY_ID 5 // u_int32_t macro
H A Dnecp.c816 cursor = necp_buffer_write_tlv(cursor, NECP_TLV_POLICY_ID, sizeof(policy_id), &policy_id);
1528 error = necp_packet_get_tlv(packet, offset, NECP_TLV_POLICY_ID, sizeof(policy_id), &policy_id, NULL);
1583 error = necp_packet_get_tlv(packet, offset, NECP_TLV_POLICY_ID, sizeof(policy_id), &policy_id, NULL);
1645 cursor = necp_buffer_write_tlv(cursor, NECP_TLV_POLICY_ID, sizeof(u_int32_t), &policy->id);

Completed in 36 milliseconds