Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c3656 u_int8_t *cond_buf_cursor = cond_buf; in necp_handle_policy_dump_all() local
3659cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DEFAULT,… in necp_handle_policy_dump_all()
3663cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_ALL_INTE… in necp_handle_policy_dump_all()
3667cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_HAS_CLIE… in necp_handle_policy_dump_all()
3671cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_LOCAL_NE… in necp_handle_policy_dump_all()
3675cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_BOUND_IN… in necp_handle_policy_dump_all()
3680cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_IP_PROTO… in necp_handle_policy_dump_all()
3687cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_APPLICAT… in necp_handle_policy_dump_all()
3695cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_REAL_APP… in necp_handle_policy_dump_all()
3702cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DOMAIN, … in necp_handle_policy_dump_all()
[all …]