K 10 svn:author V 5 luigi K 8 svn:date V 27 2004-04-24T21:59:41.000000Z K 7 svn:log V 299 arpcom untangling: - use ifp instead if &ac->ac_if in a couple of nd6* calls; this removes a useless dependency. - use IFP2AC(ifp) instead of an extra variable to point to the struct arpcom; this does not remove the nesting dependency between arpcom and ifnet but makes it more evident. END