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

/freebsd-10.3-release/sbin/fsck/
H A Dfsck.c63 static TAILQ_HEAD(fstypelist, entry) opthead, selhead;
111 TAILQ_INIT(&opthead);
433 TAILQ_FOREACH(e, &opthead, entries)
451 TAILQ_FOREACH(e, &opthead, entries)
456 addentry(&opthead, optstr, newoptions);
/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c1119 * (RFC2460 p7), opthead is pointer into data content in m, and opthead to
1120 * opthead + hbhlen is located in contiguous memory region.
1123 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, argument
1128 u_int8_t *opt = opthead;
1155 erroff + opt + 1 - opthead);
1172 erroff + opt + 1 - opthead);
1186 erroff + opt - opthead);
1210 erroff + opt + 2 - opthead);
1222 erroff + opt + 2 - opthead);
[all...]

Completed in 56 milliseconds