Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dnecp_client.c3278 …struct necp_client_host_resolver_answer * __single answer_struct = (struct necp_client_host_resolv… in necp_client_parse_parameters() local
3279 …if (data_length != (sizeof(struct necp_client_host_resolver_answer) + answer_struct->hostname_leng… in necp_client_parse_parameters()
3283 struct sockaddr_in6 sin6 = answer_struct->address_answer.sin6; in necp_client_parse_parameters()
3284 …if (answer_struct->hostname_length != 0 && // If the hostname on the signed answer is empty, ignore in necp_client_parse_parameters()
3286 …necp_answer_get_hostname(answer_struct, answer_struct->hostname_length), answer_struct->hostname_l… in necp_client_parse_parameters()
3289 …} else if (answer_struct->address_answer.sa.sa_family != parsed_parameters->remote_addr.sa.sa_fami… in necp_client_parse_parameters()
3290 answer_struct->address_answer.sa.sa_len != parsed_parameters->remote_addr.sa.sa_len) { in necp_client_parse_parameters()
3293 …} else if (answer_struct->address_answer.sin.sin_port != 0 && // If the port on the signed answer … in necp_client_parse_parameters()
3294answer_struct->address_answer.sin.sin_port != parsed_parameters->remote_addr.sin.sin_port) { in necp_client_parse_parameters()
3297 } else if ((answer_struct->address_answer.sa.sa_family == AF_INET && in necp_client_parse_parameters()
[all …]