Searched refs:necp_control_unit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c69 uint32_t necp_control_unit = 0; variable
471 &necp_control_unit, sizeof(uint32_t)) == -1)
472 err(1, "setsockopt(CFIL_OPT_NECP_CONTROL_UNIT, %u)", necp_control_unit);
951 necp_control_unit = (uint32_t)strtoul(optarg, NULL, 0);
969 if (necp_control_unit == 0 && (stats_filt_list || stats_sock_list || stats_cfil_stats))
972 if (necp_control_unit == 0) {

Completed in 204 milliseconds