Rename all in6p local variables to inp.
authorbluhm <bluhm@openbsd.org>
Sun, 3 Dec 2023 20:36:24 +0000 (20:36 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 3 Dec 2023 20:36:24 +0000 (20:36 +0000)
commit921ffa12ff97a9cf9852f5b1867e6cb023d690d0
treec4b302be2c0c1942bc0129fb9a4af63dd3ed4d29
parentab4856565742a03275e9873bea036b4576f508ea
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@
sys/netinet6/icmp6.c
sys/netinet6/in6_pcb.c
sys/netinet6/in6_src.c
sys/netinet6/ip6_input.c
sys/netinet6/ip6_var.h
sys/netinet6/raw_ip6.c
sys/netinet6/udp6_output.c