|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.81, 1999/03/26 08:51:36 | version 1.82, 1999/03/27 01:24:49 | ||
|---|---|---|---|
|
|
||
| /* | /* | ||
| * Switch out to protocol's input routine. | * Switch out to protocol's input routine. | ||
| */ | */ | ||
| #if IFA_STATS | |||
| ia->ia_ifa.ifa_data.ifad_inbytes += ip->ip_len; | |||
| #endif | |||
| ipstat.ips_delivered++; | ipstat.ips_delivered++; | ||
| (*inetsw[ip_protox[ip->ip_p]].pr_input)(m, hlen); | (*inetsw[ip_protox[ip->ip_p]].pr_input)(m, hlen); | ||
| goto next; | goto next; |