Searched refs:hostname_length (Results 1 – 2 of 2) sorted by relevance
1037 u_int32_t hostname_length; member1045 u_int32_t hostname_length; member1061 u_int16_t hostname_length; member
885 …_answer_get_hostname(const struct necp_client_host_resolver_answer *answer, size_t hostname_length) in necp_answer_get_hostname() argument891 return __unsafe_forge_bidi_indexable(char *, answer->hostname, hostname_length); in necp_answer_get_hostname()894 #define necp_answer_get_hostname(answer, hostname_length) ((answer)->hostname) argument3080 u_int32_t hostname_length = 0; in necp_client_parse_parameters() local3081 u_int8_t * __sized_by(hostname_length) client_hostname = NULL; in necp_client_parse_parameters()3370 hostname_length = length; in necp_client_parse_parameters()3470 …!= (sizeof(struct necp_client_host_resolver_answer) + answer_struct->hostname_length - sizeof(stru… in necp_client_parse_parameters()3475 …if (answer_struct->hostname_length != 0 && // If the hostname on the signed answer is empty, ignore in necp_client_parse_parameters()3476 !necp_client_strings_are_equal((const char *)client_hostname, hostname_length, in necp_client_parse_parameters()3477 …p_answer_get_hostname(answer_struct, answer_struct->hostname_length), answer_struct->hostname_leng… in necp_client_parse_parameters()[all …]