Searched refs:NUD_PERMANENT (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h49 #define NUD_PERMANENT 0x80 macro
52 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c33 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
63 *state = NUD_PERMANENT;
119 req.ndm.ndm_state = NUD_PERMANENT;
336 filter.state = ~(NUD_PERMANENT|NUD_NOARP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h35 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
36 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_neigh.c395 if (!(neigh->nud_state & NUD_PERMANENT)) {
454 if (!(neigh->nud_state & NUD_PERMANENT)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h493 #define NUD_PERMANENT 0x80 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c149 !(n->nud_state & NUD_PERMANENT)) {
727 if (state & (NUD_PERMANENT | NUD_IN_TIMER)) {
1005 (old & (NUD_NOARP | NUD_PERMANENT)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Darp.c1176 state = NUD_PERMANENT;
1189 if (neigh->nud_state&NUD_PERMANENT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dclip.c531 error = neigh_update(neigh, llc_oui, NUD_PERMANENT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c235 nud_flags = NUD_PERMANENT | NUD_REACHABLE | NUD_STALE | NUD_DELAY | NUD_PROBE;

Completed in 195 milliseconds