Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c282 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
486 IPFRAG_STATS_INC(ip_frag.recv); in ip_reass()
493 IPFRAG_STATS_INC(ip_frag.err); in ip_reass()
511 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass()
527 IPFRAG_STATS_INC(ip_frag.cachehit); in ip_reass()
610 IPFRAG_STATS_INC(ip_frag.drop); in ip_reass()
667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag() function
830 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
843 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
Dip.c722 return ip_frag(p, netif, dest);
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h121 struct stats_proto ip_frag; member
209 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip_frag.h81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);
/external/syslinux/core/lwip/
DCHANGELOG79 * ip_frag.c: create a new (contiguous) PBUF_RAM for every outgoing
396 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
800 * ip.c: Fixed bug bug #27345: "ip_frag() does not use the LWIP_NETIF_LOOPBACK
801 function" by checking for loopback before calling ip_frag
1087 * ip_frag.c: patch #6528: the buffer used for IP_FRAG_USES_STATIC_BUF could be
1130 * ip_frag.c: fixed bug #24517: IP reassembly crashes on unaligned IP headers
1376 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1544 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial,
1625 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
1979 * ip_frag.c: Fixed bug #20429: use the new pbuf_copy_partial instead of the old
[all …]