Searched refs:hatype (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
H A D | 0003-rarpd.c-bug-fix.patch | 53 - int hatype; 59 + int hatype; 100 ifl->hatype = ifrp->ifr_hwaddr.sa_family; 150 @@ -294,7 +300,7 @@ struct rarp_map *rarp_lookup(int ifindex, int hatype, 153 if (hatype == ARPHRD_ETHER && halen == 6) { 159 @@ -304,7 +310,7 @@ struct rarp_map *rarp_lookup(int ifindex, int hatype,
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 1373 int hatype = dev->type; in arp_format_neigh_entry() local 1378 if (hatype == ARPHRD_AX25 || hatype == ARPHRD_NETROM) in arp_format_neigh_entry() 1395 tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name); in arp_format_neigh_entry() 1403 int hatype = dev ? dev->type : 0; in arp_format_pneigh_entry() local 1408 tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00", in arp_format_pneigh_entry()
|
/openbmc/linux/Documentation/networking/ |
H A D | filter.rst | 302 hatype skb->dev->type
|