Searched defs:if_mtu (Results 1 - 1 of 1) sorted by relevance

/external/android-clat/
H A Dmtu.c34 struct ifreq if_mtu; local
40 strncpy(if_mtu.ifr_name, ifname, IFNAMSIZ);
41 if_mtu.ifr_name[IFNAMSIZ - 1] = '\0';
42 if(ioctl(fd, SIOCGIFMTU, &if_mtu) < 0) {
45 return if_mtu.ifr_mtu;

Completed in 78 milliseconds