Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c259 if (msgType != RNDIS_MSG_HALT && msgType != RNDIS_MSG_RESET) { in HostRndisCommand()
592 g_u.halt->msgType = CPU_TO_LE32(RNDIS_MSG_HALT); in HostRndisBind()
604 halt->msgType = CPU_TO_LE32(RNDIS_MSG_HALT); in HostRndisUnbind()
/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h37 #define RNDIS_MSG_HALT 0x00000003 macro