mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-16 08:43:17 +00:00
Added ip_frag_init() prototype.
This commit is contained in:
parent
a5cab96ff3
commit
12f9adbdd3
@ -33,11 +33,17 @@
|
|||||||
#ifndef __LWIP_IP_FRAG_H__
|
#ifndef __LWIP_IP_FRAG_H__
|
||||||
#define __LWIP_IP_FRAG_H__
|
#define __LWIP_IP_FRAG_H__
|
||||||
|
|
||||||
|
#include "lwip/opt.h"
|
||||||
#include "lwip/err.h"
|
#include "lwip/err.h"
|
||||||
#include "lwip/pbuf.h"
|
#include "lwip/pbuf.h"
|
||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
|
|
||||||
|
#ifndef IP_REASS_INTERVAL
|
||||||
|
#define IP_REASS_INTERVAL 1000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
void ip_frag_init(void);
|
||||||
void ip_reass_tmr(void);
|
void ip_reass_tmr(void);
|
||||||
struct pbuf * ip_reass(struct pbuf *p);
|
struct pbuf * ip_reass(struct pbuf *p);
|
||||||
err_t ip_frag(struct pbuf *p, struct netif *netif, struct ip_addr *dest);
|
err_t ip_frag(struct pbuf *p, struct netif *netif, struct ip_addr *dest);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user