Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c6912 …int parse_error = necp_client_parse_parameters(client, client->parameters, (u_int32_t)client->para… in necp_client_add() local
6914 if (parse_error == 0 && in necp_client_add()
6937 if (parse_error == 0 && parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_client_add()
6947 if (parse_error == 0 && (parsed_parameters.flags & in necp_client_add()
6958 if (parse_error == 0 && parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER && in necp_client_add()
7051 …if (parse_error == 0 && parent != NULL && parsed_parameters.valid_fields & NECP_PARSED_PARAMETERS_… in necp_client_add()