Is there a reason that struct inpcb doesn't have
an #ifdef INET6 around
        struct {
                /* IP options */
                struct  mbuf *inp6_options;
                /* IP6 options for outgoing packets */
                struct  ip6_pktopts *inp6_outputopts;
                /* IP multicast options */
                struct  ip6_moptions *inp6_moptions;
                /* ICMPv6 code type filter */
                struct  icmp6_filter *inp6_icmp6filt;
                /* IPV6_CHECKSUM setsockopt */
                int     inp6_cksum;
                u_short inp6_ifindex;
                short   inp6_hops;
                u_int8_t        inp6_hlim;
        } inp_depend6;

? Its 25 bytes per connection.

--don ([EMAIL PROTECTED] www.sandvine.com)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to