Home
last modified time | relevance | path

Searched refs:eoff (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/netinet6/
H A Dicmp6.c791 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local
809 eoff, sizeof(*eh)); in icmp6_notify_error()
816 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error()
818 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error()
831 eoff, sizeof(*rth)); in icmp6_notify_error()
851 eoff, rthlen); in icmp6_notify_error()
861 eoff += rthlen; in icmp6_notify_error()
866 eoff, sizeof(*fh)); in icmp6_notify_error()
880 eoff += sizeof(struct ip6_frag); in icmp6_notify_error()
946 ip6cp.ip6c_off = eoff; in icmp6_notify_error()
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs230 SSize_t eoff = e->base.end - e->base.buf; in PerlIOEncode_get_base() local
233 e->base.end = e->base.buf + eoff; in PerlIOEncode_get_base()