Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dnet.h446 #define ICMP_NOT_REACH 3 /* Detination unreachable */ macro
/OK3568_Linux_fs/u-boot/net/
H A Dtftp.c453 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()