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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_addr.c809 struct hardware hdaddr; local
812 hdaddr.len = gethwid(hdaddr.data, 6, ifname, &hdaddr.type);
814 if (!memcmp(temp->hwaddr.data, hdaddr.data, temp->hwaddr.len)
815 && hdaddr.len == temp->hwaddr.len && hdaddr.type == temp->hwaddr.type) {

Completed in 174 milliseconds