Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h38 #define RNDIS_MSG_QUERY 0x00000004 macro
39 #define RNDIS_MSG_QUERY_C (RNDIS_MSG_QUERY|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c335 uq.get->msgType = CPU_TO_LE32(RNDIS_MSG_QUERY); in HostRndisQuery()