Searched refs:IFF_NOARP (Results 1 – 25 of 80) sorted by relevance
1234
91 IFF_NOARP = 1<<7, /* sysfs */ enumerator118 #define IFF_NOARP IFF_NOARP macro
25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
87 flags | IFF_NOARP); in ipvlan_set_port_mode()90 flags & ~IFF_NOARP); in ipvlan_set_port_mode()119 dev_change_flags(ipvlan->dev, flags | IFF_NOARP); in ipvlan_set_port_mode()121 dev_change_flags(ipvlan->dev, flags & ~IFF_NOARP); in ipvlan_set_port_mode()244 dev->flags |= IFF_NOARP; in ipvlan_open()246 dev->flags &= ~IFF_NOARP; in ipvlan_open()
38 dev->flags = IFF_NOARP; in slip_init()
40 dev->flags = IFF_NOARP; in slirp_init()
143 dev->flags = IFF_NOARP; in rose_setup()
159 dev->flags = IFF_NOARP; in vcan_setup()
157 dev->flags = (IFF_NOARP|IFF_ECHO); in vxcan_setup()
120 dev->flags = IFF_NOARP; in nlmon_setup()
143 dev->flags = IFF_NOARP; in vsockmon_setup()
161 dev->flags |= IFF_NOARP; in dummy_setup()
227 dev->flags |= IFF_NOARP; in ifb_setup()
180 dev->flags = IFF_NOARP; in nr_setup()
100 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
194 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
119 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in build_header()
362 unsigned int flags = IFF_NOARP | IFF_MULTICAST; in teql_master_open()463 dev->flags = IFF_NOARP; in teql_master_setup()
273 } else if (dev->flags & (IFF_NOARP | IFF_LOOPBACK)) { in arp_constructor()312 if (dev->flags & IFF_NOARP) in arp_send_dst()946 if (dev->flags & IFF_NOARP || in arp_rcv()1256 if (change_info->flags_changed & IFF_NOARP) in arp_netdev_event()
87 dev->flags |= IFF_NOARP; in ipddp_init()
230 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in gprs_setup()
91 dev->net->flags |= IFF_NOARP; in vl600_bind()
294 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in usbpn_setup()
229 dev->flags = IFF_POINTOPOINT | IFF_NOARP; in hdlc_setup_dev()
110 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP)) { in eth_header()
609 IFF_NOARP /* i2400m is apure IP device */ in i2400m_netdev_setup()