Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h33 constexpr uint16_t HEADER_FLAGS_QR_MASK = 0x8000; variable
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp532 if ((msg.header.flags & DNSProto::HEADER_FLAGS_QR_MASK) == 0) { in ReceivePacket()