Home
last modified time | relevance | path

Searched refs:n_probes (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/
Dneigh.c315 neigh->n_probes = nla_get_u32(tb[NDA_PROBES]); in neigh_msg_parser()
416 nl_dump_line(p, "NEIGH_PROBES=%u\n", neigh->n_probes); in neigh_dump_env()
/external/libnl/include/
Dnetlink-types.h197 uint32_t n_probes; member