Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dneightbl.c111 [NDTA_NAME] = { .type = NLA_STRING,
146 if (tb[NDTA_NAME] == NULL) { in neightbl_msg_parser()
151 nla_strlcpy(ntbl->nt_name, tb[NDTA_NAME], NTBLNAMSIZ); in neightbl_msg_parser()
477 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name); in rtnl_neightbl_build_change_request()
/third_party/libnl/include/linux-private/linux/
Dneighbour.h159 NDTA_NAME, /* char *, unchangeable */ enumerator