Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c318 } algo_tbl[] = { variable
325 #define ILBD_ALGO_TBL_SIZE (sizeof (algo_tbl) / \
326 sizeof (*algo_tbl))
334 if (algo_type == algo_tbl[i].algo_type) { in ilbd_algo_to_str()
335 (void) strlcpy(valstr, algo_tbl[i].algo_str, in ilbd_algo_to_str()
349 if (strcmp(valstr, algo_tbl[i].algo_str) == 0) { in ilbd_scf_str_to_algo()
350 *algo_type = algo_tbl[i].algo_type; in ilbd_scf_str_to_algo()