Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dnet.h442 #define ICMP_NOT_REACH 3 /* Detination unreachable */ macro
/third_party/uboot/u-boot-2020.01/net/
Dtftp.c413 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()