Home
last modified time | relevance | path

Searched refs:NUD_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Dneighbour.h32 #define NUD_INCOMPLETE 0x01 macro
55 #define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_DELAY|NUD_PROBE)
/linux-2.4.37.9/include/linux/
Drtnetlink.h389 #define NUD_INCOMPLETE 0x01 macro
/linux-2.4.37.9/net/core/
Dneighbour.c840 if (!(neigh->nud_state&(NUD_STALE|NUD_INCOMPLETE))) { in __neigh_event_send()
843 neigh->nud_state = NUD_INCOMPLETE; in __neigh_event_send()
860 if (neigh->nud_state == NUD_INCOMPLETE) { in __neigh_event_send()
/linux-2.4.37.9/net/ipv6/
Droute.c219 case NUD_INCOMPLETE: in rt6_best_dflt()