Searched refs:cond_buf_cursor (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.c | 3580 u_int8_t *cond_buf_cursor = cond_buf; in necp_handle_policy_dump_all() local 3583 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DEFAULT,… in necp_handle_policy_dump_all() 3587 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_ALL_INTE… in necp_handle_policy_dump_all() 3591 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_HAS_CLIE… in necp_handle_policy_dump_all() 3595 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_LOCAL_NE… in necp_handle_policy_dump_all() 3599 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_BOUND_IN… in necp_handle_policy_dump_all() 3604 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_IP_PROTO… in necp_handle_policy_dump_all() 3611 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_APPLICAT… in necp_handle_policy_dump_all() 3619 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_REAL_APP… in necp_handle_policy_dump_all() 3626 …cond_buf_cursor = necp_buffer_write_tlv_with_flags(cond_buf_cursor, NECP_POLICY_CONDITION_DOMAIN, … in necp_handle_policy_dump_all() [all …]
|