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 | 1005 * (RFC2460 p7), opthead is pointer into data content in m, and opthead to in ip6_process_hopopts() 1006 * opthead + hbhlen is located in contiguous memory region. in ip6_process_hopopts() 1009 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, in ip6_process_hopopts() 1014 u_int8_t *opt = opthead; in ip6_process_hopopts() 1041 erroff + opt + 1 - opthead); in ip6_process_hopopts() 1058 erroff + opt + 1 - opthead); in ip6_process_hopopts() 1072 erroff + opt - opthead); in ip6_process_hopopts() 1096 erroff + opt + 2 - opthead); in ip6_process_hopopts() 1108 erroff + opt + 2 - opthead); in ip6_process_hopopts() 998 ip6_process_hopopts(struct mbuf * m,u_int8_t * opthead,int hbhlen,u_int32_t * rtalertp,u_int32_t * plenp) ip6_process_hopopts() argument [all...] |