Searched refs:hdaddr (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dclient6_addr.c763 struct hardware hdaddr; local
766 hdaddr.len = gethwid(hdaddr.data, 6, ifname, &hdaddr.type);
768 if (!memcmp(temp->hwaddr.data, hdaddr.data, temp->hwaddr.len)
769 && hdaddr.len == temp->hwaddr.len && hdaddr.type == temp->hwaddr.type) {

Completed in 89 milliseconds