|
RetroArch
|
Go to the source code of this file.
Functions | |
| void | ip_reass_tmr (void) |
| struct pbuf * | ip_reass (struct pbuf *p) |
| err_t | ip_frag (struct pbuf *p, struct netif *netif, struct ip_addr *dest) |
Fragment an IP datagram if too large for the netif.
Chop the datagram in MTU sized chunks and send them in order by using a fixed size static memory buffer (PBUF_ROM)
Reassembles incoming IP fragments into an IP datagram.
| p | points to a pbuf chain of the fragment |
1.8.15