Home
last modified time | relevance | path

Searched refs:mrt_ioctl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip_mroute.h365 extern int (*mrt_ioctl)(u_long, caddr_t, int);
H A Draw_ip.c122 int (*mrt_ioctl)(u_long, caddr_t, int); variable
H A Dip_mroute.c2837 mrt_ioctl = X_mrt_ioctl; in ip_mroute_modevent()
2875 mrt_ioctl = NULL; in ip_mroute_modevent()
/freebsd/sys/net/
H A Droute.c258 return mrt_ioctl ? mrt_ioctl(req, data, fibnum) : EOPNOTSUPP; in rtioctl_fib()