Searched defs:ip6_hdrctl (Results 1 – 2 of 2) sorted by relevance
78 struct ip6_hdrctl { struct79 nd_uint32_t ip6_un1_flow; /* 20 bits of flow-ID */80 nd_uint16_t ip6_un1_plen; /* payload length */81 nd_uint8_t ip6_un1_nxt; /* next header */82 nd_uint8_t ip6_un1_hlim; /* hop limit */
83 struct ip6_hdrctl { struct84 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */85 u_int16_t ip6_un1_plen; /* payload length */86 u_int8_t ip6_un1_nxt; /* next header */87 u_int8_t ip6_un1_hlim; /* hop limit */