Home
last modified time | relevance | path

Searched refs:IPV4_MIN_MTU (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dmissing_network.h15 #ifndef IPV4_MIN_MTU
16 #define IPV4_MIN_MTU 68 macro
Dparse-util.c122 …m = IPV4_MIN_MTU; /* For all other protocols, including 'unspecified' we assume the IPv4 minimal M… in parse_mtu()
/systemd-251/src/shared/
Dconf-parser.c1507 … (uint32_t) (ltype == AF_INET6 ? IPV6_MIN_MTU : IPV4_MIN_MTU), (uint32_t) UINT32_MAX, in config_parse_mtu()