Lines Matching refs:opt6
1186 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);
1288 struct _opt6 *opt6; local
1290 opt6 = (struct _opt6 *)(mtod(m0, caddr_t) + off);
1291 proto = opt6->opt6_nxt;
1292 off += (opt6->opt6_hlen + 1) * 8;