Home
last modified time | relevance | path

Searched refs:NDTA_CONFIG (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/linux-private/linux/
Dneighbour.h147 NDTA_CONFIG, /* struct ndt_config, read-only */ enumerator
/external/iproute2/include/linux/
Dneighbour.h159 NDTA_CONFIG, /* struct ndt_config, read-only */ enumerator
/external/kernel-headers/original/uapi/linux/
Dneighbour.h160 NDTA_CONFIG, /* struct ndt_config, read-only */ enumerator
/external/libnl/lib/route/
Dneightbl.c116 [NDTA_CONFIG] = { .minlen = sizeof(struct ndt_config) },
173 if (tb[NDTA_CONFIG]) { in neightbl_msg_parser()
174 nla_memcpy(&ntbl->nt_config, tb[NDTA_CONFIG], in neightbl_msg_parser()
/external/iproute2/ip/
Dipntable.c440 if (tb[NDTA_CONFIG] && show_stats) { in print_ntable()
441 struct ndt_config *ndtc = RTA_DATA(tb[NDTA_CONFIG]); in print_ntable()