Searched refs:opthead (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sbin/fsck/ |
| H A D | fsck.c | 60 static TAILQ_HEAD(fstypelist, entry) opthead, selhead; in TAILQ_HEAD() 108 TAILQ_INIT(&opthead); in main() 433 TAILQ_FOREACH(e, &opthead, entries) in getoptions() 451 TAILQ_FOREACH(e, &opthead, entries) in addoption() 456 addentry(&opthead, optstr, newoptions); in addoption()
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_input.c | 1009 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, in ip6_process_hopopts() argument 1013 u_int8_t *opt = opthead; in ip6_process_hopopts() 1039 erroff + opt + 1 - opthead); in ip6_process_hopopts() 1055 erroff + opt - opthead); in ip6_process_hopopts()
|