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

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c69 char *dt_string; /* string value for the type */ member in struct:dsym_type
557 result = strcmp(type, types[i].dt_string);
559 result = strcasecmp(type, types[i].dt_string);

Completed in 22 milliseconds