Searched refs:SIOCSIFNAME (Results 1 – 8 of 8) sorted by relevance
302 case SIOCSIFNAME: in MPERS_PRINTER_DECL()321 if (code == SIOCSIFNAME) { in MPERS_PRINTER_DECL()
396 * Fixed decoding of SIOCSIFNAME ioctl command.
28000 sock: decode SIOCSIFNAME on entering syscall.28001 * sock.c (sock_ioctl): Handle SIOCSIFNAME on entering syscall.28005 sock: fix decoding of SIOCSIFNAME.28006 The decoding of SIOCSIFNAME is incorrect. It does not use28009 * sock.c (sock_ioctl): Split out SIOCSIFNAME from SIOCGIFNAME and
54 #define SIOCSIFNAME 0x8923 /* set interface name */ macro
57 PyModule_AddIntMacro(m, SIOCSIFNAME); in _init_sys_ioctl_h()
918 err = ioctl(fd, SIOCSIFNAME, &ifr); in do_changename()
760 if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0) in sys_init()
672 xioctl(fd, SIOCSIFNAME, &req); in link_set()