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

/external/iproute2/include/linux/
H A Dneighbour.h75 * Although the ordering should be sufficient, NDTA_NAME can be
82 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
144 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon22300
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h82 * Although the ordering should be sufficient, NDTA_NAME can be
89 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
151 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon23177
/external/libnl/include/linux/
H A Dneighbour.h76 * Although the ordering should be sufficient, NDTA_NAME can be
83 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
147 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon24456
/external/iproute2/ip/
H A Dipntable.c102 addattr_l(&req.n, sizeof(req), NDTA_NAME, namep, len);
378 if (tb[NDTA_NAME]) {
379 const char *name = rta_getattr_str(tb[NDTA_NAME]);
408 if (tb[NDTA_NAME]) {
409 const char *name = rta_getattr_str(tb[NDTA_NAME]);
/external/libnl/lib/route/
H A Dneightbl.c110 [NDTA_NAME] = { .type = NLA_STRING,
145 if (tb[NDTA_NAME] == NULL) {
150 nla_strlcpy(ntbl->nt_name, tb[NDTA_NAME], NTBLNAMSIZ);
464 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name);

Completed in 426 milliseconds