Home
last modified time | relevance | path

Searched refs:inittab_type_to_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.h98 extern uint8_t inittab_type_to_size(const dhcp_symbol_t *);
H A Dmapfile-vers72 inittab_type_to_size;
H A Ddhcp_inittab.c559 uint8_t type_size = inittab_type_to_size(ie); in inittab_encode_e()
1018 uint8_t type_size = inittab_type_to_size(ie); in inittab_decode_e()
1610 inittab_type_to_size(const dhcp_symbol_t *ie) in inittab_type_to_size() function
/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/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()