Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h42 #define RNDIS_MSG_RESET 0x00000006 macro
43 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c259 if (msgType != RNDIS_MSG_HALT && msgType != RNDIS_MSG_RESET) { in HostRndisCommand()