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

/freebsd-12-stable/usr.sbin/ppp/
H A Droute.h72 extern int rt_Set(struct bundle *, int, const struct ncprange *,
H A Droute.c454 rt_Set(bundle, RTM_DELETE, &range, NULL, 0, 0);
554 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
559 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
566 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
572 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
580 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
585 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
593 rt_Set(bundle, RTM_ADD, &r->dst, &r->gw, 1, 0);
736 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, function
752 log_Printf(LogERROR, "rt_Set
[all...]
H A Dipv6cp.c243 rt_Set(bundle, RTM_ADD, &range, &ipv6cp->myaddr, 1, 0);
H A Dcommand.c2586 if (rt_Set(arg->bundle, RTM_ADD, &dest, &gw, arg->cmd->args ? 1 : 0,
2632 rt_Set(arg->bundle, RTM_DELETE, &dest, NULL, arg->cmd->args ? 1 : 0, 0);

Completed in 167 milliseconds