Searched refs:question_count (Results 1 – 2 of 2) sorted by relevance
206 USHORT question_count; in my_packet_process() local244 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()
7875 USHORT question_count; in _nx_mdns_packet_process() local7910 …question_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() local8485 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() local8658 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 …]