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

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

Completed in 45 milliseconds