|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.27, 2000/08/31 07:35:44 | version 1.28, 2000/10/23 03:45:25 | ||
|---|---|---|---|
|
|
||
| * Tell launch routine the next header | * Tell launch routine the next header | ||
| */ | */ | ||
| #ifdef IFA_STATS | #ifdef IFA_STATS | ||
| if (IFA_STATS && deliverifp != NULL) { | if (deliverifp != NULL) { | ||
| struct in6_ifaddr *ia6; | struct in6_ifaddr *ia6; | ||
| ia6 = in6_ifawithifp(deliverifp, &ip6->ip6_dst); | ia6 = in6_ifawithifp(deliverifp, &ip6->ip6_dst); | ||
| if (ia6) | if (ia6) |