Home
last modified time | relevance | path

Searched refs:NDA_DST (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dneighbour.h20 NDA_DST, enumerator
/third_party/libnl/lib/route/
Dneigh.c394 if (tb[NDA_DST]) { in rtnl_neigh_parse()
395 neigh->n_dst = nl_addr_alloc_attr(tb[NDA_DST], AF_UNSPEC); in rtnl_neigh_parse()
720 NLA_PUT_ADDR(msg, NDA_DST, tmpl->n_dst); in build_neigh_msg()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c230 case NDA_DST: in rops_handle_POLLIN_netlink()