OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_mtu
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
net.h
102
int
do_mtu
(const char *, short int);
103
#define get_mtu(iface)
do_mtu
(iface, 0)
104
#define set_mtu(iface, mtu)
do_mtu
(iface, mtu)
net.c
582
do_mtu
(const char *ifname, short int mtu)
function
Completed in 612 milliseconds