Home
last modified time | relevance | path

Searched refs:SIOCSDRVSPEC (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockio.h125 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
/f-stack/freebsd/sys/
H A Dsockio.h125 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
/f-stack/tools/ifconfig/
H A Difvxlan.c94 return (ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd)); in do_cmd()
97 return (ioctl_va(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd, in do_cmd()
H A Difbridge.c101 return (ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd)); in do_cmd()
104 return (ioctl_va(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd, in do_cmd()
/f-stack/freebsd/net/
H A Dif_bridge.c816 case SIOCSDRVSPEC: in bridge_ioctl()
828 else if (cmd == SIOCSDRVSPEC && in bridge_ioctl()
H A Dif_vxlan.c2343 case SIOCSDRVSPEC: in vxlan_ioctl()
H A Diflib.c4398 case SIOCSDRVSPEC: in iflib_if_ioctl()