SIOCSLIFNAME
if (myioctl(tmpfd, SIOCSLIFNAME, &lifr) < 0) {
{ (uint_t)SIOCSLIFNAME, "SIOCSLIFNAME", "lifreq" }, /* 129 */
if (i_ipadm_strioctl(fd, SIOCSLIFNAME, (char *)&lifr,
err = ioctl(fd, SIOCSLIFNAME, &lifr);
if (ioctl(fd, SIOCSLIFNAME, &lifr) == -1)
if (ipip->ipi_cmd == SIOCSLIFNAME || ipip->ipi_cmd == IF_UNITSEL) {
case SIOCSLIFNAME:
/* 129 */ { SIOCSLIFNAME, sizeof (struct lifreq),
if ((mp1 = mkiocb(SIOCSLIFNAME)) == NULL)
if (ioc->ioc_cmd != SIOCSLIFNAME &&
else if (ioc->ioc_cmd == SIOCSLIFNAME)
mp1 = mkiocb(SIOCSLIFNAME);
ipsq_current_start(ipsq, ipif, SIOCSLIFNAME);
if (ipip->ipi_cmd == SIOCSLIFNAME) {
if (((struct iocblk *)(mp->b_rptr))->ioc_cmd != SIOCSLIFNAME)
iocb.ic_cmd = SIOCSLIFNAME;