tag | line | file | source code |
IFF_NOARP | 99 | drivers/net/dummy.c | dev->flags |= IFF_NOARP; |
IFF_NOARP | 273 | drivers/net/plip.c | dev->flags = IFF_POINTOPOINT|IFF_NOARP; |
IFF_NOARP | 864 | drivers/net/plip.c | if ((dev->flags & IFF_NOARP)==0) |
IFF_NOARP | 86 | drivers/net/tunnel.c | dev->flags |= IFF_NOARP; |
IFF_NOARP | 296 | fs/nfs/nfsroot.c | if (!(dev->flags & IFF_NOARP)) { |
IFF_NOARP | 986 | net/core/dev.c | IFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE | IFF_MASTER |
IFF_NOARP | 54 | net/core/net_alias.c | #define NET_ALIAS_IFF_MASK (IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_NOARP|IFF_LOOPBACK|IFF_POINTOPOINT) |
IFF_NOARP | 637 | net/ipv4/arp.c | if (dev->flags&IFF_NOARP) |
IFF_NOARP | 798 | net/ipv4/arp.c | dev->flags & IFF_NOARP || |
IFF_NOARP | 909 | net/ipv4/arp.c | if (dev->type != ntohs(arp->ar_hrd) || dev->flags & IFF_NOARP) |
IFF_NOARP | 1685 | 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) |