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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c517 int err, hlen, xtra, iclen, ohlen, avail, code; local
556 ohlen = 0;
584 ohlen = fin->fin_hlen;
585 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen;
595 ohlen = sizeof(ip6_t);
596 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen;
659 bcopy((char *)fin->fin_ip, (char *)ip2, ohlen);
671 bcopy((char *)fin->fin_ip + ohlen,
672 (char *)&icmp->icmp_ip + ohlen, xtra);
683 bcopy((char *)fin->fin_ip + ohlen,
[all...]

Completed in 70 milliseconds