Home
last modified time | relevance | path

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

/external/iputils/ninfod/
Dninfod_core.c185 static struct qtypeinfo qtypeinfo_table[] = { variable
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table)) in qtypeinfo_lookup()
235 if (qtypeinfo_table[qtype].name == NULL) in qtypeinfo_lookup()
237 return &qtypeinfo_table[qtype]; in qtypeinfo_lookup()
309 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) { in init_nodeinfo_suptypes()
312 if (qtypeinfo_table[i].name == NULL) in init_nodeinfo_suptypes()
314 qtype = qtypeinfo_table[i].qtype; in init_nodeinfo_suptypes()
430 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) { in init_core()
431 if (qtypeinfo_table[i].name == NULL) in init_core()
433 if (qtypeinfo_table[i].init) in init_core()
[all …]