Searched refs:SIOCGIFHWADDR (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 49 ret = ioctl(sd, SIOCGIFHWADDR, &req); 51 perror("ioctl: SIOCGIFHWADDR"); 64 ret = ioctl(sd, SIOCGIFHWADDR, &req); 66 perror("ioctl: SIOCGIFHWADDR"); 78 ret = ioctl(sd, SIOCGIFHWADDR, &req); 80 perror("ioctl: SIOCGIFHWADDR"); 92 ret = ioctl(sd, SIOCGIFHWADDR, &req); 94 perror("ioctl: SIOCGIFHWADDR"); 134 ret = ioctl(sd, SIOCGIFHWADDR, &req); 136 perror("ioctl: SIOCGIFHWADDR");
|
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 80 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ macro
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_redirect_multi.c | 60 if (ioctl(fd, SIOCGIFHWADDR, &ifr) != 0) in get_mac_addr()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 95 call_nic(fd, ifr, SIOCGIFHWADDR); in get_mac_addr()
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 389 if (ioctl(ctlfd, SIOCGIFHWADDR, &ifr) < 0) { in main()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0006-Handle-noisy-netlink-sockets.patch | 167 + if (ioctl(sockfd, SIOCGIFHWADDR, &ifr) != -1)
|
/openbmc/linux/net/core/ |
H A D | dev_ioctl.c | 693 case SIOCGIFHWADDR: in dev_ioctl()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 988 if (ioctl(sock, SIOCGIFHWADDR, &ifr) == -1) { in guest_get_hw_addr()
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 1123 case SIOCGIFHWADDR: in tap_ioctl()
|
H A D | tun.c | 3270 case SIOCGIFHWADDR: in __tun_chr_ioctl() 3431 case SIOCGIFHWADDR: in tun_chr_compat_ioctl()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 270 * SIOCGIFHWADDR, SIOCGIFMAP, SIOCGIFTXQLEN
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 347 IOCTL(SIOCGIFHWADDR, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_sockaddr_ifreq))) in IOCTL()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 1652 r = ioctl(fd, SIOCGIFHWADDR, &ifr); in get_mac_addr()
|
/openbmc/linux/net/ |
H A D | socket.c | 3477 case SIOCGIFHWADDR: in compat_sock_ioctl_trans()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 205 +pub const SIOCGIFHWADDR: u32 = 35111;
|