Home
last modified time | relevance | path

Searched refs:IFF_NOARP (Results 1 – 25 of 6070) sorted by relevance

12345678910>>...243

/dports/net/xprobe/xprobe2-0.3/libs-external/USI++/usi++/
H A Dif.h44 IFF_NOARP = 0x80, /* No address resolution protocol. */ enumerator
45 #define IFF_NOARP IFF_NOARP macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/net/
H A Dif.h58 IFF_NOARP = 0x80, /* No address resolution protocol. */ enumerator
59 # define IFF_NOARP IFF_NOARP macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/net/
H A Dif.h58 IFF_NOARP = 0x80, /* No address resolution protocol. */ enumerator
59 # define IFF_NOARP IFF_NOARP macro
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/linux/
H A Dif.h89 IFF_NOARP = 1<<7, /* sysfs */ enumerator
116 #define IFF_NOARP IFF_NOARP macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dif.h92 IFF_NOARP = 1<<7, /* sysfs */ enumerator
119 #define IFF_NOARP IFF_NOARP macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dif.h92 IFF_NOARP = 1<<7, /* sysfs */ enumerator
119 #define IFF_NOARP IFF_NOARP macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dif.h90 IFF_NOARP = 1<<7, /* sysfs */ enumerator
117 #define IFF_NOARP IFF_NOARP macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dif.h90 IFF_NOARP = 1<<7, /* sysfs */ enumerator
117 #define IFF_NOARP IFF_NOARP macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dif.h92 IFF_NOARP = 1<<7, /* sysfs */ enumerator
119 #define IFF_NOARP IFF_NOARP macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dlinux.c119 ifr.ifr_flags &= ~IFF_NOARP; in linux_configure_arp()
121 ifr.ifr_flags |= IFF_NOARP; in linux_configure_arp()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dlinux.c119 ifr.ifr_flags &= ~IFF_NOARP; in linux_configure_arp()
121 ifr.ifr_flags |= IFF_NOARP; in linux_configure_arp()
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dlinux.c113 ifr.ifr_flags &= ~IFF_NOARP; in linux_configure_arp()
115 ifr.ifr_flags |= IFF_NOARP; in linux_configure_arp()
/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Diplink.c264 mask |= IFF_NOARP; in do_set()
266 flags &= ~IFF_NOARP; in do_set()
268 flags |= IFF_NOARP; in do_set()
596 req->i.ifi_change |= IFF_NOARP;
598 req->i.ifi_flags &= ~IFF_NOARP;
600 req->i.ifi_flags |= IFF_NOARP;
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/darwin/
H A Dnetload.c130 if (ifm->ifm_flags & IFF_NOARP) in glibtop_get_netload_p()
132 if (ifm->ifm_flags & IFF_NOARP) in glibtop_get_netload_p()
/dports/net/frr7-pythontools/frr-frr-7.5.1/vrrpd/
H A Dvrrp_arp.c124 if (ifp->flags & IFF_NOARP) { in vrrp_garp_send()
170 if (ifp->flags & IFF_NOARP) { in vrrp_garp_send_all()
/dports/net/frr7/frr-frr-7.5.1/vrrpd/
H A Dvrrp_arp.c124 if (ifp->flags & IFF_NOARP) { in vrrp_garp_send()
170 if (ifp->flags & IFF_NOARP) { in vrrp_garp_send_all()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Linux/
H A DInterop.LinuxNetDeviceFlags.cs20 IFF_NOARP = 1 << 7, /* sysfs */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/net/appletalk/
H A Ddev.c25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/appletalk/
H A Ddev.c25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/appletalk/
H A Ddev.c25 dev->flags = IFF_BROADCAST|IFF_MULTICAST|IFF_NOARP; in ltalk_setup()
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dnetdevice.py27 IFF_NOARP = 1 << 7 # No arp protocol, L2 destination address not set. variable
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/bsd/pf_route/
H A Dopenbsd.py13 IFF_NOARP = 0x80 variable
H A Dfreebsd.py12 IFF_NOARP = 0x80 variable
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/netlink/route/
H A Dlink.py58 IFF_NOARP = 0x0080 # No ARP protocol needed for this interface. variable in Link.Type.Device
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ipvlan/
H A Dipvlan_main.c22 flags | IFF_NOARP, in ipvlan_set_port_mode()
26 flags & ~IFF_NOARP, in ipvlan_set_port_mode()
51 dev_change_flags(ipvlan->dev, flags | IFF_NOARP, in ipvlan_set_port_mode()
54 dev_change_flags(ipvlan->dev, flags & ~IFF_NOARP, in ipvlan_set_port_mode()
186 dev->flags |= IFF_NOARP; in ipvlan_open()
188 dev->flags &= ~IFF_NOARP; in ipvlan_open()

12345678910>>...243