Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c3580 u_int8_t *cond_buf_cursor = cond_buf; in necp_handle_policy_dump_all() local
3583cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DEFAULT,… in necp_handle_policy_dump_all()
3587cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_ALL_INTE… in necp_handle_policy_dump_all()
3591cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_HAS_CLIE… in necp_handle_policy_dump_all()
3595cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_LOCAL_NE… in necp_handle_policy_dump_all()
3599cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_BOUND_IN… in necp_handle_policy_dump_all()
3604cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_IP_PROTO… in necp_handle_policy_dump_all()
3611cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_APPLICAT… in necp_handle_policy_dump_all()
3619cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_REAL_APP… in necp_handle_policy_dump_all()
3626cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DOMAIN, … in necp_handle_policy_dump_all()
[all …]