Searched refs:SIOCGIFDESCR (Results 1 – 10 of 10) sorted by relevance
/openbsd/regress/sys/copy/ |
H A D | copy.c | 83 if (ioctl(s, SIOCGIFDESCR, &ifrdesc)) in main() 88 if (!ioctl(s, SIOCGIFDESCR, &ifrdesc)) in main() 93 if (!ioctl(s, SIOCGIFDESCR, &ifrdesc)) in main()
|
/openbsd/sys/sys/ |
H A D | sockio.h | 129 #define SIOCGIFDESCR _IOWR('i', 129, struct ifreq) /* get ifnet descr */ macro
|
/openbsd/usr.bin/systat/ |
H A D | if.c | 300 if (ioctl(s, SIOCGIFDESCR, &ifrdesc) == 0) in fetchifstat()
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 1301 case SIOCGIFDESCR: in pledge_ioctl()
|
/openbsd/sys/net/ |
H A D | if.c | 2083 case SIOCGIFDESCR: in ifioctl() 2565 case SIOCGIFDESCR: { in ifioctl_get()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | kroute.c | 918 if (ioctl(kr_state.ks_ifd, SIOCGIFDESCR, &ifr) == -1) in kif_update()
|
/openbsd/regress/sbin/ifconfig/ |
H A D | ifaddr.c | 1118 if (ioctl(sock, SIOCGIFDESCR, &ifrdesc) == 0 && in status()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2291 unsigned IOCTL_SIOCGIFDESCR = SIOCGIFDESCR;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1214 _(SIOCGIFDESCR, READWRITE, struct_ifreq_sz);
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 3332 if (ioctl(sock, SIOCGIFDESCR, &ifrdesc) == 0 && in status()
|