Lines Matching full:packets

271  * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for
272 * reassembly (whole packets, not fragments!)
280 * (fragments, not whole packets!).
291 * packets (pbufs) that are waiting for an ARP request (to resolve
346 * for incoming packets.
437 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address
448 * ETHARP_TRUST_IP_MAC==1: Incoming IP packets cause the ARP table to be
462 * ETHARP_SUPPORT_VLAN==1: support receiving ethernet packets with VLAN header.
503 * IP_FORWARD==1: Enables the ability to forward IP packets across network
513 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped.
521 * IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that
530 * IP_FRAG==1: Fragment outgoing IP packets if their size exceeds MTU. Note
551 * packets even if the maximum amount of fragments is enqueued for reassembly!
601 * IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1: allow ip_forward() to send packets back
605 * link-layer-broadcast/multicast packets as such using the corresponding pbuf flags!
634 * ICMP_TTL: Default value for Time-To-Live used by ICMP packets.
1049 * TCP_MSS: Try to create unfragmented TCP packets.
1163 * LWIP_NETIF_LOOPBACK==1: Support sending packets with a destination IP
1188 * The packets are put on a list and netif_poll() must be called in
1347 * DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1356 * DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1365 * DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1493 * SO_REUSE_RXTOALL==1: Pass a copy of incoming broadcast/multicast packets
1788 * CHECKSUM_GEN_IP==1: Generate checksums in software for outgoing IP packets.
1795 * CHECKSUM_GEN_UDP==1: Generate checksums in software for outgoing UDP packets.
1802 * CHECKSUM_GEN_TCP==1: Generate checksums in software for outgoing TCP packets.
1809 * CHECKSUM_GEN_ICMP==1: Generate checksums in software for outgoing ICMP packets.
1816 * CHECKSUM_CHECK_IP==1: Check checksums in software for incoming IP packets.
1823 * CHECKSUM_CHECK_UDP==1: Check checksums in software for incoming UDP packets.
1830 * CHECKSUM_CHECK_TCP==1: Check checksums in software for incoming TCP packets.