Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Dnd6.c161 struct nd_opt_hdr *nd_opt, *next_opt, *last_opt; in nd6_options() local
170 last_opt = (struct nd_opt_hdr *)((u_char *)opt + icmp6len); in nd6_options()
178 if ((caddr_t)&nd_opt->nd_opt_len >= (caddr_t)last_opt) in nd6_options()
187 if (next_opt > last_opt) { in nd6_options()
190 } else if (next_opt == last_opt) { in nd6_options()
/openbsd/usr.bin/tic/
H A Dtic.c692 int this_opt, last_opt = '?'; in main() local
745 switch (last_opt) { in main()
758 last_opt = this_opt; in main()
763 last_opt = this_opt; in main()
870 last_opt = this_opt; in main()