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

/freebsd-10.3-release/usr.sbin/IPXrouted/
H A Dtable.h65 short rtu_rtflags; /* used by old rtioctl */
108 int rtioctl(int, struct rtuentry *);
H A Dtables.c158 if (install && rtioctl(ADD, &rt->rt_rt) < 0) {
305 if (rtioctl(ADD, &rt->rt_rt) < 0)
306 syslog(LOG_ERR, "rtioctl ADD dst %s, gw %s: %m",
309 if (delete && rtioctl(DELETE, &oldroute) < 0)
310 perror("rtioctl DELETE");
313 if (rtioctl(ADD, &rt->rt_rt) >= 0)
316 if (rtioctl(CHANGE, &rt->rt_rt) >= 0)
319 syslog(LOG_ERR, "rtioctl ADD dst %s, gw %s: %m",
352 if (install && rtioctl(DELETE, &rt->rt_rt) < 0)
353 perror("rtioctl DELET
369 rtioctl(int action, struct rtuentry *ort) function
[all...]
/freebsd-10.3-release/sys/net/
H A Droute.h379 int rtioctl(u_long, caddr_t);
H A Droute.c695 rtioctl(u_long req, caddr_t data) function
/freebsd-10.3-release/sbin/routed/
H A Dtable.c676 rtioctl(int action, /* RTM_DELETE, etc */ function
876 rtioctl(action, k->k_dst, k->k_gate, k->k_mask, k->k_metric, flags);

Completed in 116 milliseconds