Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c55 struct RndisHalt *halt;
591 memset_s(g_u.halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisBind()
593 g_u.halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisBind()
601 struct RndisHalt *halt = OsalMemAlloc(sizeof(struct RndisHalt)); in HostRndisUnbind()
603 memset_s(halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisUnbind()
605 halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisUnbind()
/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_rawapi.h114 struct RndisHalt { /* OUT (no reply) */ struct