Home
last modified time | relevance | path

Searched refs:IP_PKTSIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/net/
H A Dnet.c899 #define IP_PKTSIZE (CONFIG_NET_MAXDEFRAG) macro
901 #define IP_MAXUDP (IP_PKTSIZE - IP_HDR_SIZE)
917 static uchar pkt_buff[IP_PKTSIZE] __aligned(PKTALIGN); in __net_defragment()