Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.h109 uchar_t ds_max; /* maximum number */ member
H A Ddhcp_inittab.c281 entry.ds_max = atoi(fields[ITAB_MAX]); in inittab_lookup()
412 inittab_table[i].ds_max != inittab_ent->ds_max) in inittab_verify()
1046 n_entries = MIN(ie->ds_max, length / type_size); in inittab_decode_e()
1048 n_entries = MIN(ie->ds_max * ie->ds_gran, length / type_size); in inittab_decode_e()
H A Ddhcp_symbol.c671 sym->ds_max = 0; in dsym_init_parser()
777 sym->ds_max = (uchar_t)intval; in dsym_parse_field()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c160 optnum.size = entry->ds_max * inittab_type_to_size(entry); in main()
/titanic_41/usr/src/lib/libdhcputil/
H A DREADME.inittab220 and the internal entry both must have the same ds_gran, ds_max, and
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c175 optnum.size = entry->ds_max * inittab_type_to_size(entry); in nwamd_get_dhcpinfo_data()