Searched refs:old_algo_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net/route/
H A Dfib_algo.c1459 char old_algo_name[32], algo_name[32]; local
1476 strlcpy(old_algo_name, fd->fd_flm->flm_name,
1477 sizeof(old_algo_name));
1480 strlcpy(algo_name, old_algo_name, sizeof(algo_name));
1485 if (strcmp(algo_name, old_algo_name) == 0)

Completed in 110 milliseconds