Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dnet.h455 #define ICMP_NOT_REACH_PORT 3 /* Port unreachable */ macro
/rk3399_rockchip-uboot/net/
H A Dtftp.c453 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()