Searched defs:category_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c91 static category_map_entry_t category_map[] = { variable
1670 if (category_map[i].cme_itabcode == itabcode)
1671 return (category_map[i].cme_dsymcode);
1689 if (strcasecmp(category_map[i].cme_name, category) == 0)
1690 return (category_map[i].cme_itabcode);

Completed in 77 milliseconds