Searched refs:nud_state (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c131 !(n->nud_state&NUD_PERMANENT) &&
132 (n->nud_state != NUD_INCOMPLETE ||
153 if (n->nud_state & NUD_IN_TIMER) {
205 if (n->nud_state&NUD_VALID)
206 n->nud_state = NUD_NOARP;
208 n->nud_state = NUD_NONE;
246 n->nud_state = NUD_NONE;
520 u8 state = n->nud_state;
526 n->nud_state = NUD_STALE;
532 n->nud_state
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h97 __u8 nud_state; member in struct:neighbour
238 return neigh->nud_state&NUD_CONNECTED;
243 return neigh->nud_state&NUD_VALID;
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.h97 __u8 nud_state; member in struct:neighbour
238 return neigh->nud_state&NUD_CONNECTED;
243 return neigh->nud_state&NUD_VALID;
249 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c243 neigh->nud_state = NUD_NOARP;
288 neigh->nud_state = NUD_NOARP;
291 neigh->nud_state = NUD_NOARP;
294 neigh->nud_state = NUD_NOARP;
301 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) {
946 if (neigh->nud_state&NUD_PERMANENT)
948 else if (neigh->nud_state&NUD_VALID)
1013 if (neigh->nud_state
[all...]
H A Dfib_hash.c325 state = n->nud_state;
H A Droute.c861 !(rt->u.dst.neighbour->nud_state &
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c150 neigh->nud_state = NUD_NOARP;
392 if (!(neigh->nud_state & NUD_PERMANENT)) {
448 if (!(neigh->nud_state & NUD_PERMANENT)) {
516 *rs = neigh->nud_state & NUD_CONNECTED ? 0x80 : 0x0;
554 dn->n.nud_state,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dndisc.c271 neigh->nud_state = NUD_NOARP;
276 neigh->nud_state = NUD_NOARP;
279 neigh->nud_state = NUD_NOARP;
284 neigh->nud_state = NUD_NOARP;
291 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
[all...]
H A Droute.c183 switch (neigh->nud_state) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dhostess_sv11.c189 if (n->nud_state == NUD_NONE) {
H A Dsealevel.c188 if (n->nud_state == NUD_NONE) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dshaper.c475 if (n->nud_state == NUD_NONE) {
H A Dstrip.c514 if (neighbor_entry->nud_state & NUD_VALID)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dclip.c296 neigh->output = neigh->nud_state & NUD_VALID ?

Completed in 109 milliseconds