Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c256 static u8 get_ip[2][4]; variable
449 memcpy(get_ip[idx], wid.val, IP_ALEN); in Handle_get_IPAddress()
453 if (memcmp(get_ip[idx], set_ip[idx], IP_ALEN) != 0) in Handle_get_IPAddress()
462 PRINT_INFO(HOSTINF_DBG, "%pI4\n", get_ip[idx]); in Handle_get_IPAddress()