Home
last modified time | relevance | path

Searched refs:NECP_CLIENT_PARAMS_LOG (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c218 #define NECP_CLIENT_PARAMS_LOG(client, fmt, ...) … macro
2645NECP_CLIENT_PARAMS_LOG(client, "Parsing param - type %d length %d value <%llu (%llX)> %s", type, l… in necp_client_trace_parameter_parsing()
2647 NECP_CLIENT_PARAMS_LOG(client, "Parsing param - type %d length %d", type, length); in necp_client_trace_parameter_parsing()
2694NECP_CLIENT_PARAMS_LOG(client, "Parsed params - valid_fields %X flags %X delegated_upid %llu local… in necp_client_trace_parsed_parameters()
2713NECP_CLIENT_PARAMS_LOG(client, "Parsed params - tracker flags <known-tracker %X> <non-app-initiate… in necp_client_trace_parsed_parameters()
2720NECP_CLIENT_PARAMS_LOG(client, "Parsed prohibited_interfaces[%d] <%s>", i, parsed_parameters->proh… in necp_client_trace_parsed_parameters()
2724 NECP_CLIENT_PARAMS_LOG(client, "Parsed required_netagent_types[%d] <%s> <%s>", i, in necp_client_trace_parsed_parameters()
2729 NECP_CLIENT_PARAMS_LOG(client, "Parsed prohibited_netagent_types[%d] <%s> <%s>", i, in necp_client_trace_parsed_parameters()
2734 NECP_CLIENT_PARAMS_LOG(client, "Parsed preferred_netagent_types[%d] <%s> <%s>", i, in necp_client_trace_parsed_parameters()
2739 NECP_CLIENT_PARAMS_LOG(client, "Parsed avoided_netagent_types[%d] <%s> <%s>", i, in necp_client_trace_parsed_parameters()
[all …]