Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dopt.h781 #if !defined IP_REASS_MAXAGE || defined __DOXYGEN__
782 #define IP_REASS_MAXAGE 15 macro
/third_party/lwip/src/core/ipv4/
Dip4_frag.c321 ipr->timer = IP_REASS_MAXAGE; in ip_reass_enqueue_new_datagram()
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_ip.c112 *sint_ptr = IP_REASS_MAXAGE; in ip_get_value()
/third_party/lwip/
DCHANGELOG3906 Move IP_REASS_MAXAGE and IP_REASS_BUFSIZE to include/lwip/opt.h.