History log of /netbsd/sys/netinet/sctp_var.h (Results 1 – 4 of 4)
Revision Date Author Comments
# ea9135aa 27-Apr-2020 rjs <rjs@NetBSD.org>

Do sctp_connectx() handling using ioctl() for IPv6 as well.


# 06fb17b7 14-Sep-2018 maxv <maxv@NetBSD.org>

Use non-variadic function pointer in protosw::pr_input.


# 53b7a91a 22-Aug-2018 msaitoh <msaitoh@NetBSD.org>

- Cleanup for dynamic sysctl:
- Remove unused *_NAMES macros for sysctl.
- Remove unused *_MAXID for sysctls.
- Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and
use them

- Cleanup for dynamic sysctl:
- Remove unused *_NAMES macros for sysctl.
- Remove unused *_MAXID for sysctls.
- Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and
use them on all m68k machines.

show more ...


# c05f20fb 13-Oct-2015 rjs <rjs@NetBSD.org>

Add core networking support for SCTP.