Searched refs:opt6 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c6686 struct ip6_ext opt6; local
6688 if (!pf_pull_hdr(m, off2, &opt6,
6689 sizeof (opt6), NULL, reason,
6696 off2 += (opt6.ip6e_len + 2) * 4;
6698 off2 += (opt6.ip6e_len + 1) * 8;
6699 pd2.proto = opt6.ip6e_nxt;
8747 struct ip6_ext opt6; local
8749 if (!pf_pull_hdr(m, off, &opt6, sizeof(opt6),
8758 off += (opt6
[all...]

Completed in 95 milliseconds