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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c6750 struct ip6_ext opt6; local
6752 if (!pf_pull_hdr(m, off2, &opt6,
6753 sizeof (opt6), NULL, reason,
6760 off2 += (opt6.ip6e_len + 2) * 4;
6762 off2 += (opt6.ip6e_len + 1) * 8;
6763 pd2.proto = opt6.ip6e_nxt;
8776 struct ip6_ext opt6; local
8778 if (!pf_pull_hdr(m, off, &opt6, sizeof(opt6),
8787 off += (opt6
[all...]

Completed in 107 milliseconds