Searched refs:SIOCGIFMTU (Results 1 – 25 of 57) sorted by relevance
123
/external/android-clat/ |
D | mtu.c | 43 if (ioctl(fd, SIOCGIFMTU, &if_mtu) < 0) { in getifmtu()
|
/external/syzkaller/sys/linux/ |
D | socket_pppox_386.const | 41 SIOCGIFMTU = 35105
|
D | socket_pppox_amd64.const | 41 SIOCGIFMTU = 35105
|
D | socket_pppox_arm64.const | 41 SIOCGIFMTU = 35105
|
D | socket_pppox_arm.const | 41 SIOCGIFMTU = 35105
|
D | socket_pppox_ppc64le.const | 41 SIOCGIFMTU = 35105
|
D | socket_pppox.txt | 29 ioctl$SIOCGIFMTU(fd sock_l2tp, cmd const[SIOCGIFMTU], arg ptr[out, ifreq_t[int32]])
|
D | socket_amd64.const | 182 SIOCGIFMTU = 35105
|
D | socket_arm64.const | 182 SIOCGIFMTU = 35105
|
D | socket_ppc64le.const | 182 SIOCGIFMTU = 35105
|
D | socket_arm.const | 182 SIOCGIFMTU = 35105
|
D | socket_386.const | 182 SIOCGIFMTU = 35105
|
/external/strace/ |
D | sock.c | 180 case SIOCGIFMTU: in print_ifreq() 415 case SIOCGIFMTU: in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 53 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
|
/external/iproute2/include/uapi/linux/ |
D | sockios.h | 53 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
|
/external/libpcap/ |
D | pcap-snoop.c | 337 #ifdef SIOCGIFMTU in pcap_activate_snoop() 345 if (ioctl(fd, SIOCGIFMTU, (char *)&ifr) < 0) { in pcap_activate_snoop()
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_sys_ioctl.c | 55 PyModule_AddIntMacro(m, SIOCGIFMTU); in _init_sys_ioctl_h()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 156 if (ioctl(fd, SIOCGIFMTU, &ifr) < 0) { in openInterface()
|
D | plugin.c | 157 if (ioctl(s, SIOCGIFMTU, &ifr) < 0) { in PPPOEConnectDevice()
|
D | pppoe-discovery.c | 161 if (ioctl(fd, SIOCGIFMTU, &ifr) < 0) { in openInterface()
|
/external/autotest/client/deps/lansim/src/py/ |
D | tuntap.py | 129 ifs = fcntl.ioctl(self._sock, pyiftun.SIOCGIFMTU,
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso.c | 294 if (ioctl(fd, SIOCGIFMTU, &ifr)) in get_device_mtu()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 254 if (ioctl(TT.sockfd, SIOCGIFMTU, &ifre) < 0) ifre.ifr_mtu = 0; in display_ifconfig()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 832 SIOCGIFMTU = -0x3fdf96ea const
|
D | zerrors_openbsd_386.go | 1136 SIOCGIFMTU = 0xc020697e const
|
123