Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h40 #define RNDIS_MSG_SET 0x00000005 macro
41 #define RNDIS_MSG_SET_C (RNDIS_MSG_SET|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c520 g_u.set->msgType = CPU_TO_LE32(RNDIS_MSG_SET); in HostRndisEnableDataTransfers()