Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dhost_interface.h15 #define IP_ALEN 4 macro
Dhost_interface.c412 memcpy(set_ip[idx], pu8IPAddr, IP_ALEN); in Handle_set_IPAddress()
417 wid.size = IP_ALEN; in Handle_set_IPAddress()
441 wid.val = kmalloc(IP_ALEN, GFP_KERNEL); in Handle_get_IPAddress()
442 wid.size = IP_ALEN; in Handle_get_IPAddress()
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()