ICMP_UNREACH_PORT
| IPFY_ICMPC_PORUNR { $$ = ICMP_UNREACH_PORT; }
{ ICMP_UNREACH_PORT, "port" },
{ "port", ICMP_UNREACH_PORT },
returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
(ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
{ "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT },
case ICMP_UNREACH_PORT:
case ICMP_UNREACH_PORT:
(icmp_code == ICMP_UNREACH_PORT)) {
(code == ICMP_UNREACH_PORT)) {
icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
case ICMP_UNREACH_PORT:
code = ICMP_UNREACH_PORT;
case ICMP_UNREACH_PORT:
code = ICMP_UNREACH_PORT;
case ICMP_UNREACH_PORT:
case ICMP_UNREACH_PORT: