Searched refs:SIOCGIFMTU (Results 1 – 16 of 16) sorted by relevance
/external/android-clat/ |
D | mtu.c | 42 if(ioctl(fd, SIOCGIFMTU, &if_mtu) < 0) { in getifmtu()
|
/external/strace/ |
D | sock.c | 118 case SIOCGIFMTU: in sock_ioctl() 188 case SIOCGIFMTU: in sock_ioctl()
|
D | ChangeLog-CVS | 2343 SIOCGIFNETMASK, SIOCGIFFLAGS, SIOCGIFMETRIC, SIOCGIFMTU, SIOCGIFSLAVE,
|
/external/kernel-headers/original/uapi/linux/ |
D | sockios.h | 50 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
|
/external/libpcap/ |
D | pcap-snoop.c | 323 #ifdef SIOCGIFMTU in pcap_activate_snoop() 331 if (ioctl(fd, SIOCGIFMTU, (char *)&ifr) < 0) { in pcap_activate_snoop()
|
D | pcap-linux.c | 5799 if (ioctl(fd, SIOCGIFMTU, &ifr) == -1) {
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 49 if (ioctl(fd, SIOCGIFMTU, &ifr) < 0) { in sctp_userspace_get_mtu_from_ifn()
|
/external/dhcpcd/ |
D | net.c | 222 if (ioctl(socket_afnet, SIOCGIFMTU, &ifr) == -1) in init_interface() 590 r = ioctl(socket_afnet, mtu ? SIOCSIFMTU : SIOCGIFMTU, &ifr); in do_mtu()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 344 if (ioctl(sock, SIOCGIFMTU, &ifr) < 0) { in openInterface() 479 if (ioctl(fd, SIOCGIFMTU, &ifr) < 0) { in openInterface()
|
/external/dnsmasq/src/ |
D | tftp.c | 134 if (ioctl(listen->tftpfd, SIOCGIFMTU, &ifr) != -1) in tftp_request()
|
D | network.c | 148 if (ioctl(fd, SIOCGIFMTU, &ifr) != -1) in iface_allowed()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 949 #define VKI_SIOCGIFMTU SIOCGIFMTU
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 420 unsigned IOCTL_SIOCGIFMTU = SIOCGIFMTU;
|
D | sanitizer_common_interceptors_ioctl.inc | 65 _(SIOCGIFMTU, WRITE, struct_ifreq_sz);
|
/external/ppp/pppd/ |
D | sys-linux.c | 1182 if (ifunit >= 0 && ioctl(sock_fd, SIOCGIFMTU, (caddr_t) &ifr) < 0) { in netif_get_mtu()
|
/external/strace/linux/ |
D | ioctlent.h.in | 1674 {"linux/sockios.h", "SIOCGIFMTU", 0x8921},
|