NetBSD/sys/netinet6
msaitoh b1b254e088 Fix typos in comment:
- s/paylaod/payload/
- s/dstination/destination/
2019-03-19 13:38:53 +00:00
..
dccp6_usrreq.c
dccp6_var.h
dest6.c
files.netinet6
frag6.c
icmp6_private.h
icmp6.c Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the 2018-12-22 14:07:53 +00:00
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_l2tp.c
in6_l2tp.h
in6_offload.c PR kern/53562 2018-12-12 01:40:20 +00:00
in6_offload.h PR kern/53562 2018-12-12 01:40:20 +00:00
in6_pcb.c
in6_pcb.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
in6_print.c
in6_proto.c
in6_src.c
in6_var.h
in6.c s/pakcet/packet/ in comment. 2019-03-18 11:38:03 +00:00
in6.h need <sys/endian.h> (or arpa/inet.h) for ntohl() used in macros. 2018-12-10 16:28:52 +00:00
ip6_flow.c
ip6_forward.c
ip6_id.c
ip6_input.c Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o. 2019-01-17 02:47:15 +00:00
ip6_mroute.c
ip6_mroute.h
ip6_output.c rework the #ifdef IPSEC code to not use fallthru. 2019-02-04 10:48:46 +00:00
ip6_private.h
ip6_var.h Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions 2018-11-29 09:51:20 +00:00
ip6protosw.h Fix typos in comment: 2019-03-19 13:38:53 +00:00
Makefile
mld6_var.h
mld6.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
nd6_nbr.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
nd6_rtr.c
nd6.c netinet6: only flush prefixes and routers for the given interface. 2018-12-16 08:54:58 +00:00
nd6.h
pim6_var.h
pim6.h
raw_ip6.c RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. 2019-02-25 06:49:44 +00:00
raw_ip6.h
route6.c
scope6_var.h
scope6.c
sctp6_usrreq.c RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. 2019-02-25 06:49:44 +00:00
sctp6_var.h
udp6_private.h
udp6_usrreq.c Fix the order in udp6_attach: soreserve should be called before 2019-02-25 07:31:32 +00:00
udp6_var.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
udp6.h