OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTU_MIN
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
dhcp.h
40
#define
MTU_MIN
576
net.c
225
if (ifr.ifr_mtu <
MTU_MIN
) {
226
ifr.ifr_mtu =
MTU_MIN
;
dhcp.c
1003
if (sz <
MTU_MIN
) {
1004
if (set_mtu(iface->name,
MTU_MIN
) == 0)
1005
sz =
MTU_MIN
;
[
all
...]
Completed in 325 milliseconds