Searched refs:CTL_DATA_EOR (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.121.6/bsd/net/ ! |
| H A D | netsrc.c | 85 sizeof(*reply), CTL_DATA_EOR); in netsrc_reply() 103 return ctl_enqueuedata(kctl, unit, &v1, sizeof(v1), CTL_DATA_EOR); in netsrc_reply()
|
| H A D | kctl_test.c | 114 error = ctl_enqueuembuf(kctlref, unit, m, CTL_DATA_EOR); in kctl_test_send()
|
| H A D | ntstat.c | 4999 client->ntc_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal() 5173 sizeof(success), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_enqueue_success() 5277 …esult = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, client->ntc_accumulated, CTL_DATA_EOR); in nstat_flush_accumulated_msgs() 5327 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, msg, length, CTL_DATA_EOR); in nstat_accumulate_msg() 5589 CTL_DATA_EOR); in nstat_client_send_counts() 5676 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_description() 5853 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_update() 6007 sizeof(removed), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_client_send_removed() 6251 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_source_add() 6590 sizeof(err), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_send_error() [all …]
|
| H A D | content_filter.c | 3538 CTL_DATA_EOR); in cfil_dispatch_attach_event() 3651 CTL_DATA_EOR); in cfil_dispatch_disconnect_event() 3784 CTL_DATA_EOR); in cfil_dispatch_closed_event() 4034 msg, CTL_DATA_EOR); in cfil_dispatch_data_event() 7303 CTL_DATA_EOR); in cfil_dispatch_stats_event_locked()
|
| H A D | network_agent.c | 418 return ctl_enqueuedata(netagent_kctlref, control_unit, buffer, buffer_size, CTL_DATA_EOR); in netagent_send_ctl_data()
|
| H A D | if_utun.c | 2676 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
|
| /xnu-11417.121.6/bsd/sys/ ! |
| H A D | kern_control.h | 280 #define CTL_DATA_EOR 0x2 macro
|
| /xnu-11417.121.6/bsd/kern/ ! |
| H A D | kern_control.c | 1006 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuembuf() 1079 if (flags & CTL_DATA_EOR) { in ctl_enqueuembuf_list() 1215 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuedata()
|
| /xnu-11417.121.6/bsd/netinet/ ! |
| H A D | flow_divert.c | 1230 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet() 3261 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, ctl_unit, packet, CTL_DATA_EOR); in flow_divert_handle_flow_states_request() 4644 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()
|
| H A D | mptcp_subr.c | 6525 &ask, sizeof(ask), CTL_DATA_EOR); in mptcp_ask_symptoms()
|