Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/core/ipv4/
Dip_frag.c681 u16_t mtu = netif->mtu; in ip_frag() local
/lib/liblwip/src/include/lwip/
Dnetif.h186 u16_t mtu; member
/lib/liblwip/src/netif/ppp/
Dppp.c206 u16_t mtu; /* Peer's mru */ member
1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config()