Searched defs:ip6_hdrctl (Results 1 – 2 of 2) sorted by relevance
74 struct ip6_hdrctl { struct75 nd_uint32_t ip6_un1_flow; /* 20 bits of flow-ID */76 nd_uint16_t ip6_un1_plen; /* payload length */77 nd_uint8_t ip6_un1_nxt; /* next header */78 nd_uint8_t ip6_un1_hlim; /* hop limit */
79 struct ip6_hdrctl { struct80 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */81 u_int16_t ip6_un1_plen; /* payload length */82 u_int8_t ip6_un1_nxt; /* next header */83 u_int8_t ip6_un1_hlim; /* hop limit */