Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c513 int err, hlen, xtra, iclen, ohlen, avail, code; local
547 ohlen = 0;
575 ohlen = fin->fin_hlen;
576 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen;
586 ohlen = sizeof(ip6_t);
587 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen;
649 bcopy((char *)fin->fin_ip, (char *)ip2, ohlen);
661 bcopy((char *)fin->fin_ip + ohlen,
662 (char *)&icmp->icmp_ip + ohlen, xtra);
673 bcopy((char *)fin->fin_ip + ohlen,
[all …]