Searched refs:NUD_VALID (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h50 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
243 return neigh->nud_state&NUD_VALID;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h50 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY) macro
243 return neigh->nud_state&NUD_VALID;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c205 if (n->nud_state&NUD_VALID)
529 } else if (state&NUD_VALID) {
637 if ((state&NUD_VALID) &&
778 if (!(new&NUD_VALID)) {
784 notify = old&NUD_VALID;
798 if (old&NUD_VALID) {
809 if (!(old&NUD_VALID))
824 if (old&NUD_VALID) {
846 if (!(old&NUD_VALID)) {
851 while (neigh->nud_state&NUD_VALID
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dndisc.c291 if (neigh->nud_state&NUD_VALID)
342 if (neigh->nud_state&NUD_VALID) {
351 if (neigh->nud_state&NUD_VALID) {
573 if (!(neigh->nud_state&NUD_VALID))
856 if (neigh->nud_state&NUD_VALID)
899 if (neigh->nud_state&NUD_VALID) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c301 if (neigh->nud_state&NUD_VALID)
329 if (!(neigh->nud_state&NUD_VALID))
412 if (n->nud_state&NUD_VALID || neigh_event_send(n, skb) == 0) {
948 else if (neigh->nud_state&NUD_VALID)
H A Dfib_hash.c330 if ((state&NUD_VALID) && order != fn_hash_last_dflt)
332 if ((state&NUD_VALID) ||
H A Droute.c862 NUD_VALID)) {
/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) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dclip.c296 neigh->output = neigh->nud_state & NUD_VALID ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c514 if (neighbor_entry->nud_state & NUD_VALID)

Completed in 94 milliseconds