Searched refs:cond_buf_cursor (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 3656 u_int8_t *cond_buf_cursor = cond_buf; in necp_handle_policy_dump_all() local 3659 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DEFAULT,… in necp_handle_policy_dump_all() 3663 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_ALL_INTE… in necp_handle_policy_dump_all() 3667 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_HAS_CLIE… in necp_handle_policy_dump_all() 3671 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_LOCAL_NE… in necp_handle_policy_dump_all() 3675 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_BOUND_IN… in necp_handle_policy_dump_all() 3680 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_IP_PROTO… in necp_handle_policy_dump_all() 3687 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_APPLICAT… in necp_handle_policy_dump_all() 3695 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_REAL_APP… in necp_handle_policy_dump_all() 3702 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DOMAIN, … in necp_handle_policy_dump_all() [all …]
|