Searched refs:ICMP_UNREACH_PORT (Results 1 – 9 of 9) sorted by relevance
133 #define ICMP_UNREACH_PORT 3 /* bad port */ macro
399 *code == ICMP_UNREACH_PORT) { in check_reply()512 case ICMP_UNREACH_PORT: in print_icmp_other()
381 if (icmph->icmp_code != ICMP_UNREACH_PORT) in check_icmp_unreach_v4()
122 case ICMP_UNREACH_PORT: in interpret_icmp()
335 if (icp->icmp_code == ICMP_UNREACH_PORT && in check_reply()
1951 #ifndef ICMP_UNREACH_PORT1952 # define ICMP_UNREACH_PORT 3 macro
210 { ICMP_UNREACH_PORT, "port" },
1378 | IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }
481 {"port-unr", ICMP_UNREACH_PORT},