Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Drndis_host.h69 #define RNDIS_MSG_KEEPALIVE cpu_to_le32(0x00000008) macro
70 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/linux-2.6.39/drivers/net/usb/
Drndis_host.c177 case RNDIS_MSG_KEEPALIVE: { /* ping */ in rndis_command()