Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/routed/
Dparms.c88 if (parmp->parm_adj_outmetric != 0) in get_parms()
89 ifp->int_adj_outmetric = parmp->parm_adj_outmetric; in get_parms()
787 if (parm.parm_adj_outmetric != 0 in parse_parms()
791 parm.parm_adj_outmetric = i; in parse_parms()
909 if (new->parm_adj_outmetric != 0 in check_parms()
910 && parmp->parm_adj_outmetric != 0 in check_parms()
911 && new->parm_adj_outmetric != parmp->parm_adj_outmetric) { in check_parms()
Ddefs.h402 char parm_adj_outmetric; member