Searched refs:NUD_CONNECTED (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h51 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
238 return neigh->nud_state&NUD_CONNECTED;
249 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h51 #define NUD_CONNECTED (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE) macro
238 return neigh->nud_state&NUD_CONNECTED;
249 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c692 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) {
780 if (old&NUD_CONNECTED)
816 if (new&NUD_CONNECTED)
826 if (new == old || (new == NUD_STALE && (old&NUD_CONNECTED)))
834 if (!(new&NUD_CONNECTED))
842 if (new&NUD_CONNECTED)
906 if (n->nud_state&NUD_CONNECTED)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c516 *rs = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0;

Completed in 94 milliseconds