Home
last modified time | relevance | path

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

/external/iputils/ninfod/
Dninfod_core.c139 static struct subjinfo subjinfo_table [] = { variable
167 if (code >= ARRAY_SIZE(subjinfo_table)) in subjinfo_lookup()
169 if (subjinfo_table[code].name == NULL) in subjinfo_lookup()
171 return &subjinfo_table[code]; in subjinfo_lookup()
423 for (i=0; i < ARRAY_SIZE(subjinfo_table); i++) { in init_core()
424 if (subjinfo_table[i].name == NULL) in init_core()
426 if (subjinfo_table[i].init) in init_core()
427 subjinfo_table[i].init(forced); in init_core()