<?xml version='1.0' encoding='UTF-8' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.16"> <compounddef id="group__lwip__opts__arp" kind="group"> <compoundname>lwip_opts_arp</compoundname> <title>ARP</title> <sectiondef kind="define"> <memberdef kind="define" id="group__lwip__opts__arp_1ga741a0710dc126ed3ae9e305472df3432" prot="public" static="no"> <name>ARP_MAXAGE</name> <initializer>300</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>the time an ARP entry stays valid after its last update, for ARP_TMR_INTERVAL = 1000, this is (60 * 5) seconds = 5 minutes. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="517" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="517" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga29f41a6ebdbb23f46688d381b3609fd1" prot="public" static="no"> <name>ARP_QUEUE_LEN</name> <initializer>3</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>The maximum number of packets which may be queued for each unresolved address by other network layers. Defaults to 3, 0 means disabled. Old packets are dropped, new packets are queued. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="536" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="536" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga75837814536af29b6102508588d0ab58" prot="public" static="no"> <name>ARP_QUEUEING</name> <initializer>0</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address resolution. By default, only the most recent packet is queued per IP address. This is sufficient for most protocols and mainly reduces TCP connection startup time. Set this to 1 if you know your application sends more than one packet in a row to an IP address that is not in the ARP cache. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="528" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="528" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga924936a814564dbdb0bc950d255a83b9" prot="public" static="no"> <name>ARP_TABLE_SIZE</name> <initializer>10</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ARP_TABLE_SIZE: Number of active MAC-IP address pairs cached. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="509" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="509" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1gad7fa3b356ca7e603e848b069c4cc6276" prot="public" static="no"> <name>ETH_PAD_SIZE</name> <initializer>0</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ETH_PAD_SIZE: number of bytes added before the ethernet header to ensure alignment of payload after that header. Since the header is 14 bytes long, without this padding e.g. addresses in the IP header will not be aligned on a 32-bit boundary, so setting this to 2 can speed up 32-bit-platforms. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="565" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="565" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga4675829464156f3d665f4de171c212d7" prot="public" static="no"> <name>ETHARP_SUPPORT_STATIC_ENTRIES</name> <initializer>0</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ETHARP_SUPPORT_STATIC_ENTRIES==1: enable code to support static ARP table entries (using etharp_add_static_entry/etharp_remove_static_entry). </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="572" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="572" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga70ce0ecf56cf5fab000134e66d863f90" prot="public" static="no"> <name>ETHARP_SUPPORT_VLAN</name> <initializer>0</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ETHARP_SUPPORT_VLAN==1: support receiving and sending ethernet packets with VLAN header. See the description of LWIP_HOOK_VLAN_CHECK and LWIP_HOOK_VLAN_SET hooks to check/set VLAN headers. Additionally, you can define ETHARP_VLAN_CHECK to an u16_t VLAN ID to check. If ETHARP_VLAN_CHECK is defined, only VLAN-traffic for this VLAN is accepted. If ETHARP_VLAN_CHECK is not defined, all traffic is accepted. Alternatively, define a function/define ETHARP_VLAN_CHECK_FN(eth_hdr, vlan) that returns 1 to accept a packet or 0 to drop a packet. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="550" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="550" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga2f762eee309a545650f80fc8dcc19084" prot="public" static="no"> <name>ETHARP_TABLE_MATCH_NETIF</name> <initializer>0</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>ETHARP_TABLE_MATCH_NETIF==1: Match netif for ARP table entries. If disabled, duplicate IP address on multiple netifs are not supported (but this should only occur for AutoIP). </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="580" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="580" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga9609a014bba4638cc191d6a8f9556c87" prot="public" static="no"> <name>LWIP_ARP</name> <initializer>1</initializer> <briefdescription> </briefdescription> <detaileddescription> <para>LWIP_ARP==1: Enable ARP functionality. </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="502" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="502" bodyend="-1"/> </memberdef> <memberdef kind="define" id="group__lwip__opts__arp_1ga30e02dc217cc2995d0fd241d510c904f" prot="public" static="no"> <name>LWIP_ETHERNET</name> <initializer><ref refid="group__lwip__opts__arp_1ga9609a014bba4638cc191d6a8f9556c87" kindref="member">LWIP_ARP</ref></initializer> <briefdescription> </briefdescription> <detaileddescription> <para>LWIP_ETHERNET==1: enable ethernet support even though ARP might be disabled </para> </detaileddescription> <inbodydescription> </inbodydescription> <location file="C:/Dev/git/UbixOS/sys/include/net/opt.h" line="556" column="9" bodyfile="C:/Dev/git/UbixOS/sys/include/net/opt.h" bodystart="556" bodyend="-1"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> </compounddef> </doxygen>