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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h29 #define NUD_STALE 0x04 macro
50 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h29 #define NUD_STALE 0x04 macro
50 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Dipneigh.c33 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
71 *state = NUD_STALE;
98 case NUD_STALE:
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c505 Transitions NUD_STALE <-> NUD_REACHABLE do not occur
509 time and moves NUD_REACHABLE -> NUD_STALE.
526 n->nud_state = NUD_STALE;
587 n->nud_state = NUD_STALE;
693 if (!(neigh->nud_state&(NUD_STALE|NUD_INCOMPLETE))) {
726 if (neigh->nud_state == NUD_STALE) {
826 if (new == old || (new == NUD_STALE && (old&NUD_CONNECTED)))
880 neigh_update(neigh, lladdr, NUD_STALE, 1, 1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Drtnetlink.h382 #define NUD_STALE 0x04 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Drtnetlink.h382 #define NUD_STALE 0x04 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dndisc.c728 neigh_update(neigh, lladdr, NUD_STALE, 1, 1);
855 neigh_update(neigh, lladdr, NUD_STALE, 1, 1);
1233 msg->icmph.icmp6_solicited ? NUD_REACHABLE : NUD_STALE,
H A Droute.c196 case NUD_STALE:
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c833 state = NUD_STALE;
933 unsigned state = NUD_STALE;

Completed in 87 milliseconds