HomeSort by relevance Sort by last modified time
    Searched refs:IP_FRAG (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip_frag.h 68 #if IP_FRAG
81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);
82 #endif /* IP_FRAG */
  /external/syslinux/core/lwip/src/include/lwip/
memp_std.h 50 #if IP_FRAG && !IP_FRAG_USES_STATIC_BUF && !LWIP_NETIF_TX_SINGLE_PBUF
52 #endif /* IP_FRAG && !IP_FRAG_USES_STATIC_BUF && !LWIP_NETIF_TX_SINGLE_PBUF */
opt.h 519 * via IP_FRAG.
526 * IP_FRAG==1: Fragment outgoing IP packets if their size exceeds MTU. Note
530 #ifndef IP_FRAG
531 #define IP_FRAG 1
    [all...]
pbuf.h 44 * of IP_FRAG */
45 #define LWIP_SUPPORT_CUSTOM_PBUF (IP_FRAG && !IP_FRAG_USES_STATIC_BUF && !LWIP_NETIF_TX_SINGLE_PBUF)
  /external/syslinux/core/lwip/src/core/
init.c 187 #if IP_FRAG && IP_FRAG_USES_STATIC_BUF && LWIP_NETIF_TX_SINGLE_PBUF
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 5 * @see ip_frag.c
45 #include "lwip/ip_frag.h"
719 #if IP_FRAG
722 return ip_frag(p, netif, dest);
724 #endif /* IP_FRAG */
ip_frag.c 42 #include "lwip/ip_frag.h"
282 IPFRAG_STATS_INC(ip_frag.memerr);
486 IPFRAG_STATS_INC(ip_frag.recv);
493 IPFRAG_STATS_INC(ip_frag.err);
511 IPFRAG_STATS_INC(ip_frag.memerr);
527 IPFRAG_STATS_INC(ip_frag.cachehit);
610 IPFRAG_STATS_INC(ip_frag.drop);
616 #if IP_FRAG
667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) function
699 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_frag: pbuf_alloc(PBUF_LINK, 0, PBUF_REF) failed\n"))
    [all...]

Completed in 133 milliseconds