Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Darp.c241 xhw = get_hwntype(ifr.ifr_hwaddr.sa_family); in arp_getdevhw()
243 xhw = get_hwntype(-1); in arp_getdevhw()
382 xhw = get_hwntype(type); in arp_disp()
H A Dinterface.c792 const struct hwtype* FAST_FUNC get_hwntype(int type) in get_hwntype() function
935 hw = get_hwntype(hf); in ife_print()
937 hw = get_hwntype(-1); in ife_print()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1253 const struct hwtype *get_hwntype(int type) FAST_FUNC;