Searched refs:PICO_PPP_MTU (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_ppp.c32 #define PICO_PPP_MTU 1500 macro
508 static uint8_t pico_ppp_data_buffer[PPP_HDR_SIZE + PPP_PROTO_SLOT_SIZE + PICO_PPP_MTU + PPP_FCS_SIZE + 1];
2192 ppp->dev.mtu = PICO_PPP_MTU;

Completed in 29 milliseconds