Home
last modified time | relevance | path

Searched refs:erroff (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/netinet6/
H A Ddest6.c59 int off = *offp, erroff, dstoptlen, optlen; in dest6_input() local
92 erroff = *offp + (opt - (u_int8_t *)dstopts); in dest6_input()
93 optlen = ip6_unknown_opt(opt, m, erroff); in dest6_input()
H A Dip6_input.c910 const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh); in ip6_process_hopopts() local
934 erroff + opt + 1 - opthead); in ip6_process_hopopts()
951 erroff + opt + 1 - opthead); in ip6_process_hopopts()
965 erroff + opt - opthead); in ip6_process_hopopts()
989 erroff + opt + 2 - opthead); in ip6_process_hopopts()
1001 erroff + opt + 2 - opthead); in ip6_process_hopopts()
1013 erroff + opt - opthead); in ip6_process_hopopts()
H A Dfrag6.c341 int erroff = af6->ip6af_offset; in frag6_input() local
359 erroff - sizeof(struct ip6_frag) + in frag6_input()
/netbsd/external/bsd/tmux/dist/
H A DMakefile.am52 AM_CFLAGS += -erroff=E_EMPTY_DECLARATION
H A DMakefile.in117 @IS_SUNCC_TRUE@am__append_8 = -erroff=E_EMPTY_DECLARATION