|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.121, 2000/11/11 00:52:38 | version 1.122, 2000/11/24 03:43:20 | ||
|---|---|---|---|
|
|
||
| * Switch out to protocol's input routine. | * Switch out to protocol's input routine. | ||
| */ | */ | ||
| #if IFA_STATS | #if IFA_STATS | ||
| ia->ia_ifa.ifa_data.ifad_inbytes += ip->ip_len; | if (ia && ip) | ||
| ia->ia_ifa.ifa_data.ifad_inbytes += ip->ip_len; | |||
| #endif | #endif | ||
| ipstat.ips_delivered++; | ipstat.ips_delivered++; | ||
| { | { |