Searched refs:ndm_state (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c119 req.ndm.ndm_state = NUD_PERMANENT;
133 req.ndm.ndm_state = state;
216 if (!(filter.state&r->ndm_state) &&
217 (r->ndm_state || !(filter.state&0x100)) &&
293 if (r->ndm_state) {
294 int nud = r->ndm_state;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h12 __u16 ndm_state; member in struct:ndmsg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c278 req.ndm.ndm_state = NUD_STALE;
328 !(ndm->ndm_state&~NUD_NOARP))
350 if (!(ndm->ndm_state&(NUD_PROBE|NUD_INCOMPLETE))) {
355 if (ndm->ndm_state&NUD_PROBE) {
397 if (ndm->ndm_state&NUD_FAILED) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h453 __u16 ndm_state; member in struct:ndmsg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1675 err = neigh_update(neigh, lladdr, ndm->ndm_state, flags);
2058 ndm->ndm_state = neigh->nud_state;

Completed in 123 milliseconds