HomeSort by relevance Sort by last modified time
    Searched refs:get_mtu (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/
iftop.c 70 static int get_mtu(const char *if_name) function
168 ifs->mtu = get_mtu(ifs->name);
  /external/dhcpcd/
net.h 101 #define get_mtu(iface) do_mtu(iface, 0) macro
configure.c 192 snprintf(env[6], e, "ifmtu=%d", get_mtu(iface->name));
dhcp.c 930 sz = get_mtu(iface->name);

Completed in 281 milliseconds