Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockio.h82 #define SIOCSIFNAME _IOW('i', 40, struct ifreq) /* set IF name */ macro
/f-stack/freebsd/sys/
H A Dsockio.h82 #define SIOCSIFNAME _IOW('i', 40, struct ifreq) /* set IF name */ macro
/f-stack/tools/ifconfig/
H A Difconfig.c1406 if (ioctl(s, SIOCSIFNAME, (caddr_t)&ifr) < 0) {
1410 if (ioctl_va(s, SIOCSIFNAME, (caddr_t)&ifr, 3, offset, newname, clen) < 0) {
/f-stack/lib/
H A Dff_syscall_wrapper.c323 return SIOCSIFNAME; in linux2freebsd_ioctl()
/f-stack/freebsd/net/
H A Dif.c2646 case SIOCSIFNAME: in ifhwioctl()