CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2023/12/03 13:36:24

Modified files:
        sys/netinet6   : icmp6.c in6_pcb.c in6_src.c ip6_input.c 
                         ip6_var.h raw_ip6.c udp6_output.c 

Log message:
Rename all in6p local variables to inp.

There exists no struct in6pcb in OpenBSD, this was an old kame idea.
Calling the local variable in6p does not make sense, it is actually
a struct inpcb.  Also in6p is not used consistently in inet6 code.
Having the same convention for IPv4 and IPv6 is less confusing.

OK sashan@ mvs@

Reply via email to