Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnet.h453 #define ICMP_NOT_REACH_PORT 3 /* Port unreachable */ macro
/external/u-boot/net/
Dtftp.c453 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()