Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net/altq/
HDaltq_subr.c1186 struct _opt6 *opt6; local
1188 opt6 = (struct _opt6 *)(mtod(m0, caddr_t) + off);
1189 proto = opt6->opt6_nxt;
1190 off += 8 + (opt6->opt6_hlen * 4);
1192 fin->fi_gpi = opt6->ah_spi;
1273 struct _opt6 *opt6; local
1275 opt6 = (struct _opt6 *)(mtod(m0, caddr_t) + off);
1277 fin6->fi6_gpi = opt6->ah_spi;
1278 proto = opt6->opt6_nxt;
1279 off += 8 + (opt6->opt6_hlen * 4);
[all …]
/freebsd-14-stable/lib/libsysdecode/
HDflags.c825 int opt6; in sysdecode_wait4_options() local
839 opt6 = options & (WEXITED | WTRAPPED); in sysdecode_wait4_options()
840 options &= ~opt6; in sysdecode_wait4_options()
843 *rem |= opt6; in sysdecode_wait4_options()
/freebsd-14-stable/sys/netpfil/pf/
HDpf.c6989 struct ip6_ext opt6; in pf_test_state_icmp() local
6991 if (!pf_pull_hdr(m, off2, &opt6, in pf_test_state_icmp()
6992 sizeof(opt6), NULL, reason, in pf_test_state_icmp()
6999 off2 += (opt6.ip6e_len + 2) * 4; in pf_test_state_icmp()
7001 off2 += (opt6.ip6e_len + 1) * 8; in pf_test_state_icmp()
7002 pd2.proto = opt6.ip6e_nxt; in pf_test_state_icmp()
9109 struct ip6_ext opt6; in pf_test6() local
9111 if (!pf_pull_hdr(m, off, &opt6, sizeof(opt6), in pf_test6()
9120 off += (opt6.ip6e_len + 2) * 4; in pf_test6()
9122 off += (opt6.ip6e_len + 1) * 8; in pf_test6()
[all …]