Searched refs:opthead (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c68 TAILQ_HEAD(fstypelist, entry) opthead, selhead;
104 TAILQ_INIT(&opthead);
417 TAILQ_FOREACH(e, &opthead, entries)
435 TAILQ_FOREACH(e, &opthead, entries)
440 addentry(&opthead, optstr, newoptions);
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c1130 * (RFC2460 p7), opthead is pointer into data content in m, and opthead to
1131 * opthead + hbhlen is located in contiguous memory region.
1134 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, argument
1139 u_int8_t *opt = opthead;
1166 erroff + opt + 1 - opthead);
1183 erroff + opt + 1 - opthead);
1197 erroff + opt - opthead);
1221 erroff + opt + 2 - opthead);
1233 erroff + opt + 2 - opthead);
[all...]

Completed in 233 milliseconds