| Updated: October 28, 2024 |
Get the flags for a segment in an IPv6 routing header
#include <netinet/in.h>
int inet6_rthdr_getflags( const struct cmsghdr *cmsg,
int index);
This function returns the flags for the segment specified by index in the routing header described by cmsg. The index must have a value between 0 and the number returned by inet6_rthdr_segments().
Based on:
IPV6_RTHDR_LOOSE or IPV6_RTHDR_STRICT for an IPv6 Type 0 routing header, or -1 if an error occurred.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |