| /xnu-12377.81.4/bsd/net/ |
| H A D | packet_mangler.c | 120 int pkt_mnglr_log_level = LOG_ERR; 213 PKT_MNGLR_LOG(LOG_ERR, "bad sc_unit %u", sac->sc_unit); in pkt_mnglr_ctl_connect() 224 PKT_MNGLR_LOG(LOG_ERR, "sc_unit %u in use", sac->sc_unit); in pkt_mnglr_ctl_connect() 247 PKT_MNGLR_LOG(LOG_ERR, "Could not register packet mangler's IPv4 Filter"); in pkt_mnglr_ctl_connect() 253 PKT_MNGLR_LOG(LOG_ERR, "Could not register packet mangler's IPv6 Filter"); in pkt_mnglr_ctl_connect() 297 PKT_MNGLR_LOG(LOG_ERR, "kcunit %u > MAX_PACKET_MANGLER (%d)", in pkt_mnglr_ctl_disconnect() 307 PKT_MNGLR_LOG(LOG_ERR, "bad unit info %u", in pkt_mnglr_ctl_disconnect() 344 PKT_MNGLR_LOG(LOG_ERR, "kcunit %u > MAX_PACKET_MANGLER (%d) || kcunit == 0", in pkt_mnglr_ctl_getopt() 350 PKT_MNGLR_LOG(LOG_ERR, "unitinfo does not match for kcunit %u", in pkt_mnglr_ctl_getopt() 358 PKT_MNGLR_LOG(LOG_ERR, "PKT_MNGLR_OPT_PROTO_ACT_MASK " in pkt_mnglr_ctl_getopt() [all …]
|
| H A D | network_agent.c | 63 if (level == LOG_ERR) { \ 73 if (level == LOG_ERR) { \ 309 NETAGENTLOG(LOG_ERR, "mbuf_tag_id_find_internal failed: %d", result); in netagent_register_control() 328 NETAGENTLOG(LOG_ERR, "ctl_register failed: %d", result); in netagent_register_control() 452 …NETAGENTLOG(LOG_ERR, "Failed to send trigger message on control unit %d", registration->control_un… in netagent_send_trigger() 484 …NETAGENTLOG(LOG_ERR, "Failed to send client message %d on control unit %d", message_type, registra… in netagent_send_client_message() 517 …NETAGENTLOG(LOG_ERR, "Failed to send client message %d on control unit %d", message_type, registra… in netagent_send_error_message() 550 …NETAGENTLOG(LOG_ERR, "Failed to send client group message %d on control unit %d", message_type, re… in netagent_send_group_message() 579 …NETAGENTLOG(LOG_ERR, "Failed to send client tokens needed message on control unit %d", registratio… in netagent_send_tokens_needed() 600 NETAGENTLOG0(LOG_ERR, "Failed to send response"); in netagent_send_success_response() [all …]
|
| H A D | trie_utility.c | 44 …if (level == LOG_ERR) { … 57 …NET_TRIE_LOG(LOG_ERR, "NETrie - out of printable acsii range <%X>", b); … 131 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - null trie, no prefix/leaf count or no byte count", __FUNCTIO… in net_trie_init() 136 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing the number of nodes", __FUNCTION__); in net_trie_init() 141 NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing the number of maps", __FUNCTION__); in net_trie_init() 146 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Invalid bytes count (%lu), nodes count (%lu) or maps count (… in net_trie_init() 154 NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while computing trie memory sizes", __FUNCTION__); in net_trie_init() 159 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Trie memory size (%lu) is too big (maximum is %u)", __FUNCTI… in net_trie_init() 167 …NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Failed to allocate %lu bytes of memory for the trie", __FUNC… in net_trie_init() 226 NET_TRIE_LOG(LOG_ERR, "%s: NET_TRIE - Overflow while validating trie memory sizes", __FUNCTION__); in net_trie_init_with_mem() [all …]
|
| H A D | content_filter.c | 725 int cfil_log_level = LOG_ERR; 1242 CFIL_LOG(LOG_ERR, "bad sc_unit %u", sac->sc_unit); in cfil_ctl_connect() 1245 CFIL_LOG(LOG_ERR, "sc_unit %u in use", sac->sc_unit); in cfil_ctl_connect() 1341 CFIL_LOG(LOG_ERR, "kcunit %u > MAX_CONTENT_FILTER (%d)", in cfil_ctl_disconnect() 1354 CFIL_LOG(LOG_ERR, "bad unit info %u)", in cfil_ctl_disconnect() 1451 cfil_info_log(LOG_ERR, cfil_info, "CFIL: FILTER DISCONNECTED"); in cfil_ctl_disconnect() 1587 CFIL_LOG(LOG_ERR, "so %llx cfil detached", in cfil_acquire_sockbuf() 1591 CFIL_LOG(LOG_ERR, "so %llx drop set", in cfil_acquire_sockbuf() 1848 …CFIL_LOG(LOG_ERR, "CFIL: VERDICT RECEIVED - STATS FLOW INSERTED: <so %llx sockID %llu <%llx>> stat… in cfil_info_stats_toggle() 1884 …CFIL_LOG(LOG_ERR, "CFIL: VERDICT RECEIVED - STATS FLOW DELETED: <so %llx sockID %llu <%llx>> stats… in cfil_info_stats_toggle() [all …]
|
| H A D | necp_client.c | 1198 NECPLOG(LOG_ERR, "bad filter request %d", kn->kn_filter); in necpop_kqfilter() 1205 NECPLOG0(LOG_ERR, "No channel for kqfilter"); in necpop_kqfilter() 1308 NECPLOG(LOG_ERR, "failed to get aop flow stats " in necp_client_collect_aop_flow_stats() 1880 …NECPLOG(LOG_ERR, "necp_client_remove close nexus error (%d) MESSAGE TYPE %u", netagent_error, mess… in necp_destroy_client_flow_registration() 1960 NECPLOG((netagent_error == ENOENT ? LOG_DEBUG : LOG_ERR), in necp_destroy_client() 2006 …NECPLOG((netagent_error == ENOENT ? LOG_DEBUG : LOG_ERR), "necp_update_client abort nexus error (%… in necp_process_defunct_list() 2824 NECPLOG(LOG_ERR, "Invalid TLV length (%u)", length); in necp_client_update_local_port_parameters() 3074 NECPLOG(LOG_ERR, "Invalid TLV length (%u)", length); in necp_client_parse_parameters() 3336 NECPLOG0(LOG_ERR, "Multiple resolver tags are not supported"); in necp_client_parse_parameters() 3424 NECPLOG(LOG_ERR, "Resolver tag length too short: %u", resolver_tag_length); in necp_client_parse_parameters() [all …]
|
| H A D | necp.c | 728 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s>: %s - fam %d proto %d port <local %d/%d remote %d/%d> <… 736 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s %llx>: %s - fam %d proto %d port <local %d/%d remote %d/… 744 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s %llx>: %s - fam %d proto %d port <local %d/%d remote %d/… 752 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s %llx>: %s - fam %d proto %d port <local %d/%d remote %d/… 758 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s %llx>: %s - <policy_id %d skip_policy_id %d> <cached pol… 766 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s>: %s - fam %d proto %d port <local %d/%d remote %d/%d> <… 774 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s>: %s - fam %d proto %d port <local %d/%d remote %d/%d> <… 782 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s>: %s - fam %d proto %d port <local %d/%d remote %d/%d> <… 788 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s %llx>: %s - policy id=%d session_order=%d policy_order=%… 794 …NECPDATATRACELOG(LOG_ERR, "DATA-TRACE <%s>: %s - policy id=%d session_order=%d policy_order=%d res… [all …]
|
| H A D | radix.c | 704 log(LOG_ERR, "rn_addmask: mask impossibly already in tree"); in rn_addmask() 927 log(LOG_ERR, in rn_addroute() 969 log(LOG_ERR, "rn_delete: key not found (key_len=%d)\n", vlen); in rn_delete() 978 log(LOG_ERR, "rn_delete: key too short (cmp_len=%d, head_offset=%d)\n", in rn_delete() 984 log(LOG_ERR, "rn_delete: key mismatch (cmp_len=%d, head_offset=%d)\n", in rn_delete() 1008 log(LOG_ERR, "rn_delete: inconsistent annotation\n"); in rn_delete() 1013 log(LOG_ERR, "rn_delete: inconsistent annotation\n"); in rn_delete() 1040 log(LOG_ERR, "rn_delete: couldn't find our annotation\n"); in rn_delete() 1089 log(LOG_ERR, "rn_delete: couldn't find us\n"); in rn_delete() 1150 log(LOG_ERR, "rn_delete: Orphaned Mask " in rn_delete() [all …]
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | tracker.c | 50 int tracker_log_level = LOG_ERR; 81 …if (level == LOG_ERR) { … 172 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry (Short)"); \ 179 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry"); \ 256 TRACKER_LOG(LOG_ERR, "Failed to initialize"); in tracker_db_init() 287 TRACKER_LOG(LOG_ERR, "Failed to retrieve metadata domain buffers for copy"); in copy_metadata() 295 TRACKER_LOG(LOG_ERR, "Failed to copy metadata, dst buffer size too small"); in copy_metadata() 356 TRACKER_LOG(LOG_ERR, "Missing remote address"); in fill_hash_entry() 384 TRACKER_LOG(LOG_ERR, "Invalid address family <%d>", address->sa_family); in fill_hash_entry() 474 …TRACKER_ENTRY_LOG(LOG_ERR, "Failed to Update entry, deleting found entry", nextentry, hash_element… in tracker_search_and_insert() [all …]
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | flow_divert.c | 183 case LOG_ERR: return OS_LOG_TYPE_ERROR; in flow_divert_syslog_type_to_oslog_type() 259 FDLOG0(LOG_ERR, fd_cb, "No active groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 262 FDLOG(LOG_ERR, fd_cb, "Cannot lookup group with invalid control unit (%u)", ctl_unit); in flow_divert_group_lookup() 266 …FDLOG0(LOG_ERR, fd_cb, "No active non-in-process groups, flow divert cannot be used for this socke… in flow_divert_group_lookup() 272 …FDLOG(LOG_ERR, fd_cb, "Group for control unit %u is NULL, flow divert cannot be used for this sock… in flow_divert_group_lookup() 281 … FDLOG0(LOG_ERR, fd_cb, "No active in-process groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 293 …FDLOG(LOG_ERR, fd_cb, "Group for control unit %u not found, flow divert cannot be used for this so… in flow_divert_group_lookup() 298 FDLOG(LOG_ERR, fd_cb, "Cannot access group for control unit %u, mismatched PID (%u != %u)", in flow_divert_group_lookup() 321 …FDLOG(LOG_ERR, fd_cb, "Group %u already contains a PCB with hash %u", group->ctl_unit, fd_cb->hash… in flow_divert_pcb_insert() 325 FDLOG(LOG_ERR, fd_cb, "Group %u is defunct, cannot insert", group->ctl_unit); in flow_divert_pcb_insert() [all …]
|
| H A D | tcp_ccdbg.c | 166 log(LOG_ERR, "failed to register tcp_cc debug control"); in tcp_ccdbg_control_register()
|
| H A D | in_arp.c | 951 log(LOG_ERR, "%s: route to %s has bad gateway address " in arp_rtrequest() 1394 log(LOG_ERR, "%s: can't allocate llinfo for %s\n", in arp_lookup_ip() 1797 log(LOG_ERR, "%s duplicate IP address %s sent from " in arp_ip_handle_input() 1976 log(LOG_ERR, "arp: %s is on %s but got " in arp_ip_handle_input() 2076 log(LOG_ERR, "arp: %s attempts to modify " in arp_ip_handle_input()
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | esp_core.c | 369 ipseclog((LOG_ERR, in esp_schedule() 387 ipseclog((LOG_ERR, in esp_schedule() 418 ipseclog((LOG_ERR, "esp_schedule %s: error %d\n", in esp_schedule() 490 ipseclog((LOG_ERR, "esp_cbc_mature: " in esp_descbc_mature() 496 ipseclog((LOG_ERR, "esp_descbc_mature: no key is given.\n")); in esp_descbc_mature() 502 ipseclog((LOG_ERR, in esp_descbc_mature() 509 ipseclog((LOG_ERR, in esp_descbc_mature() 517 ipseclog((LOG_ERR, in esp_descbc_mature() 596 ipseclog((LOG_ERR, in esp_cbc_mature() 601 ipseclog((LOG_ERR, in esp_cbc_mature() [all …]
|
| H A D | nd6_send.c | 92 log(LOG_ERR, "%s: name length err [len=%u]\n", __func__, 98 log(LOG_ERR, "%s: input buffer size error [len=%zu]\n", 107 log(LOG_ERR, "%s: mac_system_check_info denied.\n", __func__); 115 log(LOG_ERR, "%s: could not allocate marshaling buffer.\n", 153 log(LOG_ERR, "%s: marshalled data too large.\n", 227 log(LOG_ERR, "%s: input too large [octets=%ld].\n", __func__, 237 log(LOG_ERR, "%s: in6_cga_start error=%d.\n", __func__,
|
| H A D | esp_rijndael.c | 168 ipseclog((LOG_ERR, "esp_cbc_decrypt %s: " in esp_cbc_decrypt_aes() 184 ipseclog((LOG_ERR, "esp_cbc_decrypt %s: bad len %d/%u\n", in esp_cbc_decrypt_aes() 190 ipseclog((LOG_ERR, "esp_cbc_decrypt %s: " in esp_cbc_decrypt_aes() 384 ipseclog((LOG_ERR, "esp_cbc_encrypt %s: " in esp_cbc_encrypt_aes() 406 ipseclog((LOG_ERR, "esp_cbc_encrypt %s: bad len %d/%u\n", in esp_cbc_encrypt_aes() 412 ipseclog((LOG_ERR, "esp_cbc_encrypt %s: " in esp_cbc_encrypt_aes() 703 ipseclog((LOG_ERR, "%s: unsupported ivlen %d\n", __FUNCTION__, ivlen)); in esp_gcm_schedule() 708 ipseclog((LOG_ERR, "%s: IIV and GMAC-only not supported together\n", __FUNCTION__)); in esp_gcm_schedule() 804 ipseclog((LOG_ERR, "%s: unsupported ivlen %d\n", __FUNCTION__, ivlen)); in esp_gcm_encrypt_aes() 810 ipseclog((LOG_ERR, "%s: IIV and GMAC-only not supported together\n", __FUNCTION__)); in esp_gcm_encrypt_aes() [all …]
|
| H A D | ah_output.c | 214 ipseclog((LOG_ERR, "ah4_output: unsupported algorithm: " in ah4_output() 326 ipseclog((LOG_ERR, "IPv4 AH output: size exceeds limit\n")); in ah4_output() 351 ipseclog((LOG_ERR, in ah4_output() 456 ipseclog((LOG_ERR, in ah6_output() 476 ipseclog((LOG_ERR, "ah6_output: unsupported algorithm: " in ah6_output() 618 ipseclog((LOG_ERR, in ah4_finaldst() 629 ipseclog((LOG_ERR, in ah4_finaldst()
|
| H A D | ah_core.c | 241 ipseclog((LOG_ERR, "ah_schedule %s: error %d\n", in ah_schedule() 256 ipseclog((LOG_ERR, "ah_hmac_mature: no key is given.\n")); in ah_hmac_mature() 262 ipseclog((LOG_ERR, "ah_hmac_mature: unsupported algorithm.\n")); in ah_hmac_mature() 268 ipseclog((LOG_ERR, in ah_hmac_mature() 286 ipseclog((LOG_ERR, "ah_hmac_state_init: unsupported algorithm.\n")); in ah_hmac_state_init() 437 ipseclog((LOG_ERR, in ah_none_mature() 618 ipseclog((LOG_ERR, "ah4_calccksum: " in ah4_calccksum() 628 ipseclog((LOG_ERR, in ah4_calccksum() 664 ipseclog((LOG_ERR, in ah4_calccksum()
|
| H A D | esp.h | 114 #define esp_log_err(_format, ...) _esp_log(LOG_ERR, _format, ##__VA_ARGS__) 120 #define esp_packet_log_err(_format, ...) _esp_packet_log(LOG_ERR, _format, ##__VA_ARGS__)
|
| H A D | esp_input.c | 239 ipseclog((LOG_ERR, "IPv4 ESP input: packet alignment problem " in esp4_input_extended() 312 ipseclog((LOG_ERR, "inproper ivlen in IPv4 ESP input: %s %s\n", in esp4_input_extended() 480 ipseclog((LOG_ERR, "decrypt fail in IPv4 ESP input: %s\n", in esp4_input_extended() 493 ipseclog((LOG_ERR, "esp4 packet decryption ICV failure: %s\n", in esp4_input_extended() 616 ipseclog((LOG_ERR, "ipsec tunnel address mismatch " in esp4_input_extended() 661 ipseclog((LOG_ERR, "ipsec tunnel address mismatch " in esp4_input_extended() 676 ipseclog((LOG_ERR, "ipsec tunnel unsupported address family " in esp4_input_extended() 711 ipseclog((LOG_ERR, "no input interface for ipsec wake packet\n")); in esp4_input_extended() 882 ipseclog((LOG_ERR, "no input interface for ipsec wake packet\n")); in esp4_input_extended() 946 ipseclog((LOG_ERR, "IPv6 ESP input: packet alignment problem " in esp6_input_extended() [all …]
|
| H A D | esp_output.c | 280 ipseclog((LOG_ERR, "esp_output: unsupported af %d\n", af)); in esp_output() 340 ipseclog((LOG_ERR, "esp_output: unsupported algorithm: " in esp_output() 555 ipseclog((LOG_ERR, in esp_output() 745 ipseclog((LOG_ERR, in esp_output() 779 ipseclog((LOG_ERR, "packet encryption failure\n")); in esp_output() 796 ipseclog((LOG_ERR, "packet encryption ICV failure\n")); in esp_output() 828 ipseclog((LOG_ERR, "ESP checksum generation failure\n")); in esp_output() 877 ipseclog((LOG_ERR, in esp_output() 925 ipseclog((LOG_ERR, in esp_output()
|
| H A D | ipsec.c | 424 ipseclog((LOG_ERR, "ipsec4_getpolicybysock: " in ipsec4_getpolicybysock() 451 ipseclog((LOG_ERR, "ipsec4_getpolicybysock: " in ipsec4_getpolicybysock() 482 ipseclog((LOG_ERR, "ipsec4_getpolicybysock: " in ipsec4_getpolicybysock() 739 ipseclog((LOG_ERR, "ipsec6_getpolicybysock: " in ipsec6_getpolicybysock() 764 ipseclog((LOG_ERR, "ipsec6_getpolicybysock: " in ipsec6_getpolicybysock() 792 ipseclog((LOG_ERR, in ipsec6_getpolicybysock() 1671 ipseclog((LOG_ERR, "ipsec4_set_policy: invalid direction=%u\n", in ipsec4_set_policy() 1760 ipseclog((LOG_ERR, "ipsec6_set_policy: invalid direction=%u\n", in ipsec6_set_policy() 1867 ipseclog((LOG_ERR, "ipsec_get_reqlevel: " in ipsec_get_reqlevel() 2152 ipseclog((LOG_ERR, "ipsec_hdrsiz: " in ipsec_hdrsiz() [all …]
|
| H A D | in6_ifattach.c | 677 log(LOG_ERR, "%s: proto_plumb returned %d if=%s\n", in in6_domifattach() 685 log(LOG_ERR, in in6_domifattach() 691 log(LOG_ERR, in in6_domifattach() 786 log(LOG_ERR, "%s: in6_ifattach_loopback returned %d\n", in in6_ifattach_prelim()
|
| H A D | ipsec.h | 360 case LOG_ERR: \
|
| /xnu-12377.81.4/bsd/netkey/ |
| H A D | key.c | 818 ipseclog((LOG_ERR, "protocol family mismatched %d != %d\n.", in key_gettunnel() 1028 ipseclog((LOG_ERR, "key_checkrequest: error %d returned " in key_checkrequest() 1496 ipseclog((LOG_ERR, "key_checksa_present: " in key_checksa_present() 1886 ipseclog((LOG_ERR, "key_msg2sp: Invalid msg length.\n")); in key_msg2sp() 1920 ipseclog((LOG_ERR, in key_msg2sp() 1931 ipseclog((LOG_ERR, "key_msg2sp: " in key_msg2sp() 1947 ipseclog((LOG_ERR, in key_msg2sp() 1962 ipseclog((LOG_ERR, in key_msg2sp() 1984 ipseclog((LOG_ERR, in key_msg2sp() 2009 ipseclog((LOG_ERR, "key_msg2sp: invalid level=%u\n", in key_msg2sp() [all …]
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | syslog.h | 81 #define LOG_ERR 3 /* error conditions */ macro 106 { "err", LOG_ERR, }, 107 { "error", LOG_ERR, }, /* DEPRECATED */
|
| /xnu-12377.81.4/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1405 NETEM_LOG(LOG_ERR, "| error: invalid scheduler model %d", in netem_check_params() 1411 NETEM_LOG(LOG_ERR, "| error: corruption_p %d > %d", in netem_check_params() 1417 NETEM_LOG(LOG_ERR, "| error: duplication_p %d > %d", in netem_check_params() 1425 NETEM_LOG(LOG_ERR, in netem_check_params() 1431 NETEM_LOG(LOG_ERR, in netem_check_params() 1438 NETEM_LOG(LOG_ERR, in netem_check_params() 1450 NETEM_LOG(LOG_ERR, in netem_check_params() 1456 NETEM_LOG(LOG_ERR, in netem_check_params() 1470 NETEM_LOG(LOG_ERR, "| error: loss params too big"); in netem_check_params() 1475 NETEM_LOG(LOG_ERR, "| error: reordering %d > %d", in netem_check_params() [all …]
|