Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h35 #define RNDIS_MSG_INIT 0x00000002 macro
36 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c499 g_u.init->msgType = CPU_TO_LE32(RNDIS_MSG_INIT); in HostRndisInitUnion()