Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c316 ilb_algo_t algo_type; member
329 ilbd_algo_to_str(ilb_algo_t algo_type, char *valstr) in ilbd_algo_to_str() argument
334 if (algo_type == algo_tbl[i].algo_type) { in ilbd_algo_to_str()
344 ilbd_scf_str_to_algo(ilb_algo_t *algo_type, char *valstr) in ilbd_scf_str_to_algo() argument
350 *algo_type = algo_tbl[i].algo_type; in ilbd_scf_str_to_algo()