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

/external/iputils/
H A Drarpd.c52 int hatype; member in struct:iflink
155 ifl->hatype = ifrp->ifr_hwaddr.sa_family;
280 struct rarp_map *rarp_lookup(int ifindex, int hatype, argument
286 if (r->arp_type != hatype && r->arp_type != -1)
297 if (hatype == ARPHRD_ETHER && halen == 6) {
407 req.arp_ha.sa_family = ifl->hatype;
/external/iproute2/ip/
H A Diplink.c1014 static int parse_address(const char *dev, int hatype, int halen, argument
1021 ifr->ifr_hwaddr.sa_family = hatype;

Completed in 87 milliseconds