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

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.h107 uchar_t ds_max; /* maximum number */ member in struct:dhcp_symbol
H A Ddhcp_symbol.c671 sym->ds_max = 0;
777 sym->ds_max = (uchar_t)intval;
H A Ddhcp_inittab.c283 entry.ds_max = atoi(fields[ITAB_MAX]);
414 inittab_table[i].ds_max != inittab_ent->ds_max)
1092 n_entries = MIN(ie->ds_max, length / type_size);
1094 n_entries = MIN(ie->ds_max * ie->ds_gran, length / type_size);

Completed in 20 milliseconds