Home
last modified time | relevance | path

Searched defs:ipv6_sr_hdr (Results 1 – 11 of 11) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/include/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/net/frr7/frr-frr-7.5.1/include/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 uint8_t nexthdr;
26 uint8_t hdrlen;
27 uint8_t type;
28 uint8_t segments_left;
29 uint8_t first_segment; /* Represents the last_entry field of SRH */
30 uint8_t flags;
31 uint16_t tag;
33 struct in6_addr segments[0];
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 uint8_t nexthdr;
26 uint8_t hdrlen;
27 uint8_t type;
28 uint8_t segments_left;
29 uint8_t first_segment; /* Represents the last_entry field of SRH */
30 uint8_t flags;
31 uint16_t tag;
33 struct in6_addr segments[0];
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 uint8_t nexthdr;
26 uint8_t hdrlen;
27 uint8_t type;
28 uint8_t segments_left;
29 uint8_t first_segment; /* Represents the last_entry field of SRH */
30 uint8_t flags;
31 uint16_t tag;
33 struct in6_addr segments[0];
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/uapi/linux/
H A Dseg6.h24 struct ipv6_sr_hdr { struct
25 __u8 nexthdr;
26 __u8 hdrlen;
27 __u8 type;
28 __u8 segments_left;
29 __u8 first_segment; /* Represents the last_entry field of SRH */
30 __u8 flags;
31 __u16 tag;
33 struct in6_addr segments[0];
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/netlink/rtnl/
H A Drtmsg.py173 class ipv6_sr_hdr(nla): class in rtmsg_base.seg6_encap_info
360 class ipv6_sr_hdr(nla): class in rtmsg_base.seg6local_encap_info