Searched refs:opt6 (Results 1 – 2 of 2) sorted by relevance
1186 struct _opt6 *opt6; local1188 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; local1275 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 …]
825 int opt6; in sysdecode_wait4_options() local839 opt6 = options & (WEXITED | WTRAPPED); in sysdecode_wait4_options()840 options &= ~opt6; in sysdecode_wait4_options()843 *rem |= opt6; in sysdecode_wait4_options()