HomeSort by relevance Sort by last modified time
    Searched full:qtypeinfo_table (Results 1 - 1 of 1) sorted by null

  /external/iputils/ninfod/
ninfod_core.c 185 static struct qtypeinfo qtypeinfo_table[] = { variable in typeref:struct:qtypeinfo
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table))
235 if (qtypeinfo_table[qtype].name == NULL)
237 return &qtypeinfo_table[qtype];
309 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
312 if (qtypeinfo_table[i].name == NULL)
314 qtype = qtypeinfo_table[i].qtype;
430 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
431 if (qtypeinfo_table[i].name == NULL)
433 if (qtypeinfo_table[i].init
    [all...]

Completed in 85 milliseconds