Home
last modified time | relevance | path

Searched refs:SIOCDELRT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsockio.h33 #define SIOCDELRT _IOW('r', 11, struct rtentry) /* delete route */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dsockio.h66 #define SIOCDELRT _IOWN('r', 11, 48) /* delete route */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2193 rtioctl(addr, SIOCDELRT); in del_route()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c771 { (uint_t)SIOCDELRT, "SIOCDELRT", "rtentry" },
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2606 if (myioctl(ipfd, (add ? SIOCADDRT : SIOCDELRT), &rt) < 0) { in sifroute()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c796 /* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,