Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tcpdump/dist/
H A Dip6.h185 struct ip6_srh { struct
186 nd_uint8_t srh_nxt; /* next header */
187 nd_uint8_t srh_len; /* length in units of 8 octets */
188 nd_uint8_t srh_type; /* Routing Type 4 */
189 nd_uint8_t srh_segleft; /* segments left */
190 nd_uint8_t srh_last_ent; /* Last Entry*/
191 nd_uint8_t srh_flags; /* Flags */
192 nd_uint16_t srh_tag; /* Tag */
193 nd_ipv6 srh_segments[1]; /* SRH segments list*/