|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.8, 1994/01/08 23:19:48 | version 1.9, 1994/01/08 23:50:47 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| *ip = save_ip; | *ip = save_ip; | ||
| ip->ip_len += iphlen; | ip->ip_len += iphlen; | ||
| icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT); | { | ||
| register struct in_addr foo = {}; | |||
| icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, foo); | |||
| } | |||
| return; | return; | ||
| } | } | ||