Searched refs:NDTA_NAME (Results 1 - 3 of 3) 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],
143 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon5688
/external/kernel-headers/original/linux/
H A Dneighbour.h78 * Although the ordering should be sufficient, NDTA_NAME can be
85 * with NDTA_NAME set. Changeable attribute include NDTA_THRESH[1-3],
149 NDTA_NAME, /* char *, unchangeable */ enumerator in enum:__anon6432
/external/iproute2/ip/
H A Dipntable.c102 addattr_l(&req.n, sizeof(req), NDTA_NAME, namep, len);
378 if (tb[NDTA_NAME]) {
379 char *name = RTA_DATA(tb[NDTA_NAME]);
408 if (tb[NDTA_NAME]) {
409 char *name = RTA_DATA(tb[NDTA_NAME]);

Completed in 21 milliseconds