OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_mtu
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd/
net.h
103
#define
get_mtu
(iface) do_mtu(iface, 0)
macro
configure.c
208
snprintf(env[6], e, "ifmtu=%d",
get_mtu
(iface->name));
dhcp.c
1002
sz =
get_mtu
(iface->name);
[
all
...]
/system/core/toolbox/
iftop.c
70
static int
get_mtu
(const char *if_name)
function
168
ifs->mtu =
get_mtu
(ifs->name);
Completed in 191 milliseconds