Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_local_cache_continuous_query_test.c206 USHORT question_count; in my_packet_process() local
244 question_count = NX_MDNS_GET_USHORT_DATA(packet_pointer + NX_MDNS_QDCOUNT_OFFSET); in my_packet_process()
250 if ((question_count != 1) || (answer_count != 1)) in my_packet_process()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c7875 USHORT question_count; in _nx_mdns_packet_process() local
7910question_count = NX_MDNS_GET_USHORT_DATA(packet_ptr -> nx_packet_prepend_ptr + NX_MDNS_QDCOUNT_OFF… in _nx_mdns_packet_process()
7931 for (index = 0; index < question_count; index++) in _nx_mdns_packet_process()
8362 USHORT question_count = 0; in _nx_mdns_probing_send() local
8485 question_count ++; in _nx_mdns_probing_send()
8527 if (!question_count && in _nx_mdns_probing_send()
8539 …t_to_network_convert(packet_ptr -> nx_packet_prepend_ptr + NX_MDNS_QDCOUNT_OFFSET, question_count); in _nx_mdns_probing_send()
8600 USHORT question_count = 0; in _nx_mdns_announcing_send() local
8658 if (!question_count && in _nx_mdns_announcing_send()
8670 …t_to_network_convert(packet_ptr -> nx_packet_prepend_ptr + NX_MDNS_QDCOUNT_OFFSET, question_count); in _nx_mdns_announcing_send()
[all …]