Searched refs:hostname_length (Results 1 – 2 of 2) sorted by relevance
1036 u_int32_t hostname_length; member1044 u_int32_t hostname_length; member1060 u_int16_t hostname_length; member
884 …_answer_get_hostname(const struct necp_client_host_resolver_answer *answer, size_t hostname_length) in necp_answer_get_hostname() argument890 return __unsafe_forge_bidi_indexable(char *, answer->hostname, hostname_length); in necp_answer_get_hostname()893 #define necp_answer_get_hostname(answer, hostname_length) ((answer)->hostname) argument3053 u_int32_t hostname_length = 0; in necp_client_parse_parameters() local3054 u_int8_t * __sized_by(hostname_length) client_hostname = NULL; in necp_client_parse_parameters()3343 hostname_length = length; in necp_client_parse_parameters()3443 …!= (sizeof(struct necp_client_host_resolver_answer) + answer_struct->hostname_length - sizeof(stru… in necp_client_parse_parameters()3448 …if (answer_struct->hostname_length != 0 && // If the hostname on the signed answer is empty, ignore in necp_client_parse_parameters()3449 !necp_client_strings_are_equal((const char *)client_hostname, hostname_length, in necp_client_parse_parameters()3450 …p_answer_get_hostname(answer_struct, answer_struct->hostname_length), answer_struct->hostname_leng… in necp_client_parse_parameters()[all …]