Home
last modified time | relevance | path

Searched refs:algo_types (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c215 extern ilbadm_val_type_t algo_types[];
272 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2str()
280 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2bare_str()
H A Dilbadm_subr.c52 ilbadm_val_type_t algo_types[] = { variable
1007 rd->r_algo = i_val_from_str(val, &algo_types[0]); in i_store_val()