Searched refs:host_name_size (Results 1 – 2 of 2) sorted by relevance
4912 UINT host_name_size; in _nx_dns_response_process() local4994 if (_nx_utility_string_length_check((CHAR *)host_name, &host_name_size, name_size) || in _nx_dns_response_process()4995 (name_size != host_name_size) || in _nx_dns_response_process()
378 UINT host_name_size; in _nx_mdns_create() local385 … if (_nx_utility_string_length_check((CHAR *)host_name, &host_name_size, (NX_MDNS_LABEL_MAX - 4))) in _nx_mdns_create()387 …if (_nx_utility_string_length_check((CHAR *)host_name, &host_name_size, (NX_MDNS_HOST_NAME_MAX - 4… in _nx_mdns_create()414 …memcpy((char*)mdns_ptr -> nx_mdns_host_name, (const char*)host_name, (host_name_size + 1)); /* Use… in _nx_mdns_create()