Searched refs:SIOCSDRVSPEC (Results 1 – 17 of 17) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_sys.c | 291 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_priority() 334 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_maxage() 356 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_hello_time() 378 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_forward_delay() 400 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_aging_time() 422 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_max_cache() 447 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_tx_hold_count() 469 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_set_stp_version() 757 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_port_set_priority() 799 if (ioctl(sock, SIOCSDRVSPEC, &ifd) < 0) { in bridge_port_set_stp_enable() [all …]
|
/freebsd/sbin/ifconfig/ |
H A D | ifstf.c | 64 return (ioctl_ctx(ctx, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd)); in do_cmd()
|
H A D | ifvxlan.c | 82 return (ioctl_ctx(ctx, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd)); in do_cmd()
|
H A D | ifbridge.c | 92 return (ioctl_ctx(ctx, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd)); in do_cmd()
|
/freebsd/tests/sys/net/if_ovpn/ |
H A D | if_ovpn_c.c | 119 ret = ioctl(ovpn_fd, SIOCSDRVSPEC, &drv); in ATF_TC_BODY()
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig_bridge.c | 53 unsigned long req = set ? SIOCSDRVSPEC : SIOCGDRVSPEC; in ifconfig_bridge_ioctlwrap()
|
/freebsd/sys/sys/ |
H A D | sockio.h | 122 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific macro
|
/freebsd/sys/net/ |
H A D | if_stf.c | 951 case SIOCSDRVSPEC: in stf_ioctl()
|
H A D | if_ovpn.c | 1443 case SIOCSDRVSPEC: in ovpn_ioctl() 1452 case SIOCSDRVSPEC: in ovpn_ioctl()
|
H A D | if_bridge.c | 909 case SIOCSDRVSPEC: in bridge_ioctl() 921 else if (cmd == SIOCSDRVSPEC && in bridge_ioctl()
|
H A D | if_vxlan.c | 2372 case SIOCSDRVSPEC: in vxlan_ioctl()
|
H A D | if.c | 174 #define SIOCSDRVSPEC32 _IOC_NEWTYPE(SIOCSDRVSPEC, struct ifdrv32)
|
H A D | iflib.c | 4631 case SIOCSDRVSPEC: in iflib_if_ioctl()
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 1843 case SIOCSDRVSPEC: in ixl_if_priv_ioctl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2272 unsigned IOCTL_SIOCSDRVSPEC = SIOCSDRVSPEC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1195 _(SIOCSDRVSPEC, READ, struct_ifdrv_sz);
|
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 3202 case SIOCSDRVSPEC: in ice_if_priv_ioctl()
|