Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dnecp_client.c7289 …int parse_error = necp_client_parse_parameters(client, client->parameters, (u_int32_t)client->para… in necp_client_add() local
7291 if (parse_error == 0 && in necp_client_add()
7314 if (parse_error == 0 && parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_client_add()
7324 if (parse_error == 0 && (parsed_parameters.flags & in necp_client_add()
7335 if (parse_error == 0 && parsed_parameters.flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER && in necp_client_add()
7428 …if (parse_error == 0 && parent != NULL && parsed_parameters.valid_fields & NECP_PARSED_PARAMETERS_… in necp_client_add()