tag | line | file | source code |
IFF_NOARP | 1241 | drivers/isdn/isdn_net.c | ndev->flags = IFF_NOARP; |
IFF_NOARP | 2024 | drivers/isdn/isdn_net.c | p->dev.flags = IFF_NOARP; |
IFF_NOARP | 2034 | drivers/isdn/isdn_net.c | p->dev.flags = IFF_NOARP; |
IFF_NOARP | 99 | drivers/net/dummy.c | dev->flags |= IFF_NOARP; |
IFF_NOARP | 373 | drivers/net/new_tunnel.c | dev->flags = IFF_NOARP; /* Don't use ARP on this device */ |
IFF_NOARP | 274 | drivers/net/plip.c | dev->flags = IFF_POINTOPOINT|IFF_NOARP; |
IFF_NOARP | 866 | drivers/net/plip.c | if ((dev->flags & IFF_NOARP)==0) |
IFF_NOARP | 926 | drivers/net/wic.c | if ((dev->flags & IFF_NOARP)==0) |
IFF_NOARP | 194 | fs/nfs/nfsroot.c | if (!(dev->flags & IFF_NOARP)) |
IFF_NOARP | 375 | fs/nfs/nfsroot.c | if (!(dev->flags & IFF_NOARP)) { |
IFF_NOARP | 675 | fs/nfs/nfsroot.c | ((best_dev->flags & IFF_NOARP) && !(dev->flags & IFF_NOARP))) |
IFF_NOARP | 1017 | net/core/dev.c | IFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE | IFF_MASTER |
IFF_NOARP | 62 | net/core/net_alias.c | #define NET_ALIAS_IFF_MASK (IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_NOARP|IFF_LOOPBACK|IFF_POINTOPOINT) |
IFF_NOARP | 826 | net/ipv4/arp.c | if (dev->flags&IFF_NOARP) |
IFF_NOARP | 987 | net/ipv4/arp.c | dev->flags & IFF_NOARP || |
IFF_NOARP | 1099 | net/ipv4/arp.c | if (dev->type != ntohs(arp->ar_hrd) || dev->flags & IFF_NOARP) |
IFF_NOARP | 1904 | net/ipv4/arp.c | if (dev1->flags&(IFF_LOOPBACK|IFF_NOARP)) |
IFF_NOARP | 237 | net/ipv4/devinet.c | if (dev->type == type && !(dev->flags&(IFF_LOOPBACK|IFF_NOARP))) |
IFF_NOARP | 210 | net/ipv4/rarp.c | || dev->flags&IFF_NOARP) |