Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.h109 uchar_t ds_max; /* maximum number */ member
H A Ddhcp_inittab.c282 entry.ds_max = atoi(fields[ITAB_MAX]); in inittab_lookup()
413 inittab_table[i].ds_max != inittab_ent->ds_max) in inittab_verify()
1047 n_entries = MIN(ie->ds_max, length / type_size); in inittab_decode_e()
1049 n_entries = MIN(ie->ds_max * ie->ds_gran, length / type_size); in inittab_decode_e()
H A Ddhcp_symbol.c669 sym->ds_max = 0; in dsym_init_parser()
775 sym->ds_max = (uchar_t)intval; in dsym_parse_field()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c158 optnum.size = entry->ds_max * inittab_type_to_size(entry); in main()
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab219 and the internal entry both must have the same ds_gran, ds_max, and
/illumos-gate/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()