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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darp.c186 const struct hwtype *xhw; local
197 xhw = get_hwntype(ifr.ifr_hwaddr.sa_family);
198 if (!xhw || !xhw->print) {
199 xhw = get_hwntype(-1);
202 ifname, xhw->name,
203 xhw->print((char *) &ifr.ifr_hwaddr.sa_data));
316 const struct hwtype *xhw; local
318 xhw = get_hwntype(type);
319 if (xhw
[all...]

Completed in 107 milliseconds