Searched refs:net_mpklog_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/bsd/net/ |
| H A D | multi_layer_pkt_log.c | 46 uint8_t net_mpklog_type = OS_LOG_TYPE_DEFAULT; variable 76 int value = net_mpklog_type; 87 net_mpklog_type = (uint8_t)value; 90 proc_best_name(current_proc()), proc_selfpid(), net_mpklog_type, 91 net_mpklog_type == OS_LOG_TYPE_DEFAULT ? "default" : "info");
|
| H A D | multi_layer_pkt_log.h | 353 …os_log_with_type(LOGOBJECT, net_mpklog_type, … 380 …os_log_with_type(LOGOBJECT, net_mpklog_type, … 402 …os_log_with_type(LOGOBJECT, (os_log_type_t)net_mpklog_type, … 421 …os_log_with_type(LOGOBJECT, (os_log_type_t)net_mpklog_type, … 460 extern uint8_t net_mpklog_type;
|