aboutsummaryrefslogtreecommitdiffstats
path: root/sys/darwin/socket_inet6.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: consolidate sockopt_opt_{ip,ipv6}_group_source_req flagsPaul Chaignon2023-12-051-3/+1
| | | | | | | | | On the Linux, Darwin, and FreeBSD targets, sockopt_opt_ip_group_source_req and sockopt_opt_ipv6_group_source_req are equal. This commit consolidates those flag definitions to use a single one and renames it to sockopt_opt_group_source_req. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-0/+66
Pretty much ripped from freebsd +/- what isn't applicable to darwin.