Home
last modified time | relevance | path

Searched refs:SIOCGIFMTU (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/musl/ndk_musl_include/sys/
Dioctl.h78 #define SIOCGIFMTU 0x8921 macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c109 if (ioctl(fd, SIOCGIFMTU, &ifr) < 0) { in sctp_userspace_get_mtu_from_ifn()
/third_party/ltp/testcases/kernel/pty/
Dpty04.c258 SAFE_IOCTL(sk, SIOCGIFMTU, &ifreq); in open_netdev()
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c254 if (ioctl(TT.sockfd, SIOCGIFMTU, &ifre) < 0) ifre.ifr_mtu = 0; in display_ifconfig()
/third_party/toybox/toys/net/
Difconfig.c255 if (ioctl(TT.sockfd, SIOCGIFMTU, &ifre) < 0) ifre.ifr_mtu = 0; in display_ifconfig()