Lines Matching full:packets
195 * this lets tcpip_input() grab the mutex for input packets as well,
466 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for
467 * reassembly (whole packets, not fragments!)
475 * (fragments, not whole packets!).
486 * packets (pbufs) that are waiting for an ARP request (to resolve
555 * for incoming packets.
648 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address
658 /** The maximum number of packets which may be queued for each
660 * Old packets are dropped, new packets are queued.
667 * ETHARP_SUPPORT_VLAN==1: support receiving and sending ethernet packets with
731 * IP_FORWARD==1: Enables the ability to forward IP packets across network
740 * IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that
749 * IP_FRAG==1: Fragment outgoing IP packets if their size exceeds MTU. Note
769 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped.
789 * packets even if the maximum amount of fragments is enqueued for reassembly!
822 * IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1: allow ip_forward() to send packets back
826 * link-layer-broadcast/multicast packets as such using the corresponding pbuf flags!
854 * ICMP_TTL: Default value for Time-To-Live used by ICMP packets.
1416 * TCP_MSS: Try to create unfragmented TCP packets.
1699 * LWIP_NETIF_LOOPBACK==1: Support sending packets with a destination IP
1724 * The packets are put on a list and netif_poll() must be called in
1837 * DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1846 * DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
1855 * DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a
2044 * SO_REUSE_RXTOALL==1: Pass a copy of incoming broadcast/multicast packets
2279 * CHECKSUM_GEN_IP==1: Generate checksums in software for outgoing IP packets.
2286 * CHECKSUM_GEN_UDP==1: Generate checksums in software for outgoing UDP packets.
2293 * CHECKSUM_GEN_TCP==1: Generate checksums in software for outgoing TCP packets.
2300 * CHECKSUM_GEN_ICMP==1: Generate checksums in software for outgoing ICMP packets.
2307 * CHECKSUM_GEN_ICMP6==1: Generate checksums in software for outgoing ICMP6 packets.
2314 * CHECKSUM_CHECK_IP==1: Check checksums in software for incoming IP packets.
2321 * CHECKSUM_CHECK_UDP==1: Check checksums in software for incoming UDP packets.
2328 * CHECKSUM_CHECK_TCP==1: Check checksums in software for incoming TCP packets.
2335 * CHECKSUM_CHECK_ICMP==1: Check checksums in software for incoming ICMP packets.
2342 * CHECKSUM_CHECK_ICMP6==1: Check checksums in software for incoming ICMPv6 packets
2424 * LWIP_IPV6_FORWARD==1: Forward IPv6 packets across netifs
2431 * LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big.
2438 * LWIP_IPV6_REASS==1: reassemble incoming IPv6 packets that fragmented
2543 * LWIP_ND6_QUEUEING==1: queue outgoing IPv6 packets while MAC address
2551 * MEMP_NUM_ND6_QUEUE: Max number of IPv6 packets to queue during MAC resolution.
2771 * Hook for intercepting incoming packets before they are passed to a pcb. This