Home
last modified time | relevance | path

Searched refs:hdr_ip6 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/mac/
H A Dmac_parsing.c142 struct ip6_hdr hdr_ip6 = { 0 }; in append_ip6() local
143 hdr_ip6.ip6_vfc = 0x60; in append_ip6()
144 hdr_ip6.ip6_nxt = ipproto; in append_ip6()
146 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in append_ip6()
240 struct ip6_hdr hdr_ip6 = { 0 }; in build_frag_v6() local
241 hdr_ip6.ip6_vfc = 0x60; in build_frag_v6()
242 hdr_ip6.ip6_nxt = IPPROTO_ROUTING; in build_frag_v6()
269 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in build_frag_v6()
326 struct ip6_hdr hdr_ip6 = { 0 }; in build_frag_off_v6() local
327 hdr_ip6.ip6_vfc = 0x60; in build_frag_off_v6()
[all …]