Home
last modified time | relevance | path

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

/external/strace/
Dsock.c77 case SIOCSIFNAME: in sock_ioctl()
121 case SIOCSIFNAME: in sock_ioctl()
DNEWS55 * Fixed decoding of SIOCSIFNAME ioctl command.
/external/kernel-headers/original/uapi/linux/
Dsockios.h52 #define SIOCSIFNAME 0x8923 /* set interface name */ macro
/external/iproute2/ip/
Diplink.c651 err = ioctl(fd, SIOCSIFNAME, &ifr); in do_changename()
/external/ppp/pppd/
Dsys-solaris.c760 if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0) in sys_init()
/external/toybox/toys/pending/
Dip.c678 xioctl(fd, SIOCSIFNAME, &req); in link_set()