Searched refs:SIOCADDRT (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/inet/kifconf/ |
H A D | kifconf.c | 155 if (rc = kifioctl(tiptr, SIOCADDRT, &sbuf, ifname)) { in kdlifconfig() 177 if (cmd != SIOCADDRT) { in kifioctl()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | sockio.h | 32 #define SIOCADDRT _IOW('r', 10, struct rtentry) /* add route */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sockio.h | 65 #define SIOCADDRT _IOWN('r', 10, 48) /* add route */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 306 if (ioctl(s, SIOCADDRT, (char *)&route) == -1) {
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 791 if (rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) { in whoami() 1142 if (rc = rtioctl(tiptr, SIOCADDRT, in dhcpinit() 2240 if ((rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) != 0) { in bp_netconfig()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 2185 rtioctl(addr, SIOCADDRT); in add_route() 2215 if (!(op == SIOCADDRT && errno == EEXIST)) in rtioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 770 { (uint_t)SIOCADDRT, "SIOCADDRT", "rtentry" },
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2606 if (myioctl(ipfd, (add ? SIOCADDRT : SIOCDELRT), &rt) < 0) { in sifroute()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 794 /* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV,
|