Home
last modified time | relevance | path

Searched refs:SIOCSLIFSUBNET (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsockio.h193 #define SIOCSLIFSUBNET _IOW('i', 137, struct lifreq) /* set subnet prefix */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1472 if (ioctl(pr->pr_physical->pi_sock, SIOCSLIFSUBNET, (char *)&lifr) == in prefix_update_dhcp()
1634 if (ioctl(pi->pi_sock, SIOCSLIFSUBNET, (char *)&lifr) < 0) { in prefix_update_k()
1729 if (ioctl(pi->pi_sock, SIOCSLIFSUBNET, (char *)&lifr) < 0) { in prefix_update_k()
1760 if (ioctl(pi->pi_sock, SIOCSLIFSUBNET, (char *)&lifr) < 0) { in prefix_update_k()
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c847 { (uint_t)SIOCSLIFSUBNET, "SIOCSLIFSUBNET", "lifreq" },
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1355 if (ioctl(s, SIOCSLIFSUBNET, (caddr_t)&lifr) < 0) in setifsubnet()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip.c1008 /* 137 */ { SIOCSLIFSUBNET, sizeof (struct lifreq), IPI_PRIV | IPI_WR,