Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c66 const char *const_name; /* name of constant */ member
171 for (i = 0; http_methods[i].const_name != NULL; i++) { in method2name()
173 return (http_methods[i].const_name); in method2name()
203 for (i = 0; tcp_states[i].const_name != NULL; i++) { in state2name()
205 return (tcp_states[i].const_name); in state2name()
230 for (i = 0; direct_types[i].const_name != NULL; i++) { in direct2name()
232 return (direct_types[i].const_name); in direct2name()
261 for (i = 0; op_types[i].const_name != NULL; i++) { in op2name()
263 return (op_types[i].const_name); in op2name()