Home
last modified time | relevance | path

Searched refs:NUD_NOARP (Results 1 – 25 of 2225) sorted by relevance

12345678910>>...89

/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Dipneigh.c66 NUD_PERMANENT,NUD_REACHABLE, NUD_NOARP,NUD_NONE, in nud_state_a2n()
73 (NUD_PERMANENT|NUD_REACHABLE| NUD_NOARP|NUD_NONE| in nud_state_a2n()
246 ~(NUD_PERMANENT|NUD_NOARP) : 0xFF & ~NUD_NOARP; in ipneigh_list_or_flush()
263 state &= ~NUD_NOARP; in ipneigh_list_or_flush()
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/netlink/route/
H A Dneighbor.py54 NUD_NOARP = 0x40 # A device which does not do neighbor discovery (ARP) variable in Neighbor.Type.State
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/netlink/rtnl/
H A Dndmsg.py22 NUD_NOARP = 0x40 variable
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Darp.c249 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
272 neigh->nud_state = NUD_NOARP; in arp_constructor()
276 neigh->nud_state = NUD_NOARP; in arp_constructor()
1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1126 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Darp.c249 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
272 neigh->nud_state = NUD_NOARP; in arp_constructor()
276 neigh->nud_state = NUD_NOARP; in arp_constructor()
1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1126 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Darp.c249 neigh->nud_state = NUD_NOARP; in arp_constructor()
269 neigh->nud_state = NUD_NOARP; in arp_constructor()
272 neigh->nud_state = NUD_NOARP; in arp_constructor()
276 neigh->nud_state = NUD_NOARP; in arp_constructor()
1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get()
1126 if (neigh->nud_state & ~NUD_NOARP) in arp_invalidate()
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/linux/
H A Dneighbour.h60 #define NUD_NOARP 0x40 macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/include/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/dports/net/frr7/frr-frr-7.5.1/include/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dneighbour.h67 #define NUD_NOARP 0x40 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dneighbour.h67 #define NUD_NOARP 0x40 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dneighbour.h64 #define NUD_NOARP 0x40 macro
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dneighbour.h38 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
39 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vishvananda/netlink/
H A Dneigh_linux.go33 NUD_NOARP = 0x40 const

12345678910>>...89