Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/include/
H A Dicmp.h49 #define ICMP_CODE_TE_REASSEMBLY 1 /* Fragment reassembly time exceeded */ macro
/reactos/drivers/network/tcpip/tcpip/
H A Dicmp.c58 if (IcmpHeader->Code == ICMP_CODE_TE_REASSEMBLY) in GetReplyStatus()