Is there a way to achieve the same functionality as IPv6 Routing Header Options Management on Linux?
I would like to use inet6_rthdr_space
.
http://www.manpages.info/freebsd/inet6_rthdr_space.3.html
I'm going to compile the code that worked on BSD with gcc and run it on Arch Linux.
linux c freebsd ipv6
The *BSD-compatible API using RFC 2292 implementation cmsg(3) appears to be in newlib/libc/sys/linux/net/rthdr.c.
Thank you.
© 2024 OneMinuteCode. All rights reserved.