Searched refs:subjinfo (Results 1 - 1 of 1) sorted by relevance

/external/iputils/ninfod/
H A Dninfod_core.c132 struct subjinfo { struct
139 static struct subjinfo subjinfo_table [] = {
160 static struct subjinfo subjinfo_null = {
165 static __inline__ struct subjinfo *subjinfo_lookup(int code)
513 struct subjinfo *subjinfo; local
581 subjinfo = &subjinfo_null;
584 subjinfo = subjinfo_lookup(query->ni_code);
585 if (!subjinfo) {
600 if (qtypeinfo->getreply == subjinfo
[all...]

Completed in 62 milliseconds