Lines Matching full:packets

186  * this lets tcpip_input() grab the mutex for input packets as well,
394 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for
395 * reassembly (whole packets, not fragments!)
403 * (fragments, not whole packets!).
414 * packets (pbufs) that are waiting for an ARP request (to resolve
468 * for incoming packets.
561 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address
571 /** The maximum number of packets which may be queued for each
573 * Old packets are dropped, new packets are queued.
580 * ETHARP_SUPPORT_VLAN==1: support receiving and sending ethernet packets with
644 * IP_FORWARD==1: Enables the ability to forward IP packets across network
653 * IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that
662 * IP_FRAG==1: Fragment outgoing IP packets if their size exceeds MTU. Note
682 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped.
702 * packets even if the maximum amount of fragments is enqueued for reassembly!
733 * IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1: allow ip_forward() to send packets back
737 * link-layer-broadcast/multicast packets as such using the corresponding pbuf flags!
774 * ICMP_TTL: Default value for Time-To-Live used by ICMP packets.
1276 * TCP_MSS: Try to create unfragmented TCP packets.
1490 * LWIP_NETIF_LOOPBACK==1: Support sending packets with a destination IP
1515 * The packets are put on a list and netif_poll() must be called in
1628 * DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1637 * DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1646 * DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1842 * SO_REUSE_RXTOALL==1: Pass a copy of incoming broadcast/multicast packets
2059 * CHECKSUM_GEN_IP==1: Generate checksums in software for outgoing IP packets.
2066 * CHECKSUM_GEN_UDP==1: Generate checksums in software for outgoing UDP packets.
2073 * CHECKSUM_GEN_TCP==1: Generate checksums in software for outgoing TCP packets.
2080 * CHECKSUM_GEN_ICMP==1: Generate checksums in software for outgoing ICMP packets.
2087 * CHECKSUM_GEN_ICMP6==1: Generate checksums in software for outgoing ICMP6 packets.
2094 * CHECKSUM_CHECK_IP==1: Check checksums in software for incoming IP packets.
2101 * CHECKSUM_CHECK_UDP==1: Check checksums in software for incoming UDP packets.
2108 * CHECKSUM_CHECK_TCP==1: Check checksums in software for incoming TCP packets.
2115 * CHECKSUM_CHECK_ICMP==1: Check checksums in software for incoming ICMP packets.
2122 * CHECKSUM_CHECK_ICMP6==1: Check checksums in software for incoming ICMPv6 packets
2164 * LWIP_IPV6_FORWARD==1: Forward IPv6 packets across netifs
2171 * LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big.
2178 * LWIP_IPV6_REASS==1: reassemble incoming IPv6 packets that fragmented
2272 * LWIP_ND6_QUEUEING==1: queue outgoing IPv6 packets while MAC address
2280 * MEMP_NUM_ND6_QUEUE: Max number of IPv6 packets to queue during MAC resolution.