Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h45 #define RNDIS_MSG_KEEPALIVE 0x00000008 macro
46 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c180 case RNDIS_MSG_KEEPALIVE: { in UsbnetHostHandleNonRsp()