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

/netbsd-current/sys/altq/
H A Daltq_subr.c960 struct _opt6 *opt6; local
962 opt6 = (struct _opt6 *)(mtod(m0, char *) + off);
963 proto = opt6->opt6_nxt;
964 off += 8 + (opt6->opt6_hlen * 4);
966 fin->fi_gpi = opt6->ah_spi;
1044 struct _opt6 *opt6; local
1046 opt6 = (struct _opt6 *)(mtod(m0, char *) + off);
1048 fin6->fi6_gpi = opt6->ah_spi;
1049 proto = opt6->opt6_nxt;
1050 off += 8 + (opt6
1059 struct _opt6 *opt6; local
[all...]
/netbsd-current/sys/dist/pf/net/
H A Dpf.c4550 struct ip6_ext opt6; local
4552 if (!pf_pull_hdr(m, off2, &opt6,
4553 sizeof(opt6), NULL, reason,
4560 off2 += (opt6.ip6e_len + 2) * 4;
4562 off2 += (opt6.ip6e_len + 1) * 8;
4563 pd2.proto = opt6.ip6e_nxt;
6201 struct ip6_ext opt6; local
6203 if (!pf_pull_hdr(m, off, &opt6, sizeof(opt6),
6212 off += (opt6
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ns32k.c229 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */
1015 list_search (argv[i], opt6, &tmp);
228 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */ variable in typeref:struct:ns32k_option
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ns32k.c229 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */
1015 list_search (argv[i], opt6, &tmp);
228 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */ variable in typeref:struct:ns32k_option
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ns32k.c229 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */
1015 list_search (argv[i], opt6, &tmp);
228 struct ns32k_option opt6[] = /* Plain reg ext,cvtp etc. */ variable in typeref:struct:ns32k_option

Completed in 229 milliseconds