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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c147 * df_get_string(): gets the string value of a given user-tunable parameter
154 * NOTE: df_get_string() is both used by functions outside this source
160 df_get_string(const char *if_name, boolean_t isv6, uint_t param) function
234 value = df_get_string(if_name, isv6, param);
270 value = df_get_string(if_name, isv6, param);

Completed in 44 milliseconds