Searched refs:SIOCGIFCAP (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | sockio.h | 75 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */ macro
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 1437 if (ioctl_ctx_ifr(ctx, SIOCGIFCAP, &ifr) < 0) { in clearifcap() 1458 if (ioctl_ctx_ifr(ctx, SIOCGIFCAP, &ifr) < 0) { in setifcap() 1483 if (ioctl_ctx_ifr(ctx, SIOCGIFCAP, &ifr) < 0) in setifcapnv() 1730 if (ioctl_ctx(ctx, SIOCGIFCAP, (caddr_t)&ifr) != 0) in print_ifcap_nv() 1739 if (ioctl_ctx_ifr(ctx, SIOCGIFCAP, &ifr) != 0) in print_ifcap()
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig.c | 483 if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCGIFCAP, &ifr) < 0) { in ifconfig_get_capability()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2278 unsigned IOCTL_SIOCGIFCAP = SIOCGIFCAP;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1201 _(SIOCGIFCAP, READWRITE, struct_ifcapreq_sz);
|
/freebsd/sys/net/ |
H A D | if.c | 2458 case SIOCGIFCAP: in ifhwioctl()
|