Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_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/lib/libsysdecode/
H A Dflags.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()