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

/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.h70 extern int rt_Set(struct bundle *, int, const struct ncprange *,
H A Droute.c452 rt_Set(bundle, RTM_DELETE, &range, NULL, 0, 0);
552 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
557 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
564 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
570 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
578 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
583 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
591 rt_Set(bundle, RTM_ADD, &r->dst, &r->gw, 1, 0);
734 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, function
750 log_Printf(LogERROR, "rt_Set
[all...]
H A Dipv6cp.c241 rt_Set(bundle, RTM_ADD, &range, &ipv6cp->myaddr, 1, 0);
H A Dcommand.c2579 if (rt_Set(arg->bundle, RTM_ADD, &dest, &gw, arg->cmd->args ? 1 : 0,
2625 rt_Set(arg->bundle, RTM_DELETE, &dest, NULL, arg->cmd->args ? 1 : 0, 0);

Completed in 66 milliseconds