/src/sys/external/bsd/ipf/netinet/ |
ip_fil_netbsd.c | 908 int err, hlen, xtra, iclen, ohlen, avail; local in function:ipf_send_icmp_err 942 ohlen = 0; 970 ohlen = fin->fin_hlen; 971 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen; 981 ohlen = sizeof(ip6_t); 982 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen; 1047 bcopy((char *)fin->fin_ip, (char *)ip2, ohlen); 1066 bcopy((char *)fin->fin_ip + ohlen, 1067 (char *)&icmp->icmp_ip + ohlen, xtra); 1078 bcopy((char *)fin->fin_ip + ohlen, [all...] |
ip_fil_netbsd.c | 908 int err, hlen, xtra, iclen, ohlen, avail; local in function:ipf_send_icmp_err 942 ohlen = 0; 970 ohlen = fin->fin_hlen; 971 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen; 981 ohlen = sizeof(ip6_t); 982 iclen = hlen + offsetof(struct icmp, icmp_ip) + ohlen; 1047 bcopy((char *)fin->fin_ip, (char *)ip2, ohlen); 1066 bcopy((char *)fin->fin_ip + ohlen, 1067 (char *)&icmp->icmp_ip + ohlen, xtra); 1078 bcopy((char *)fin->fin_ip + ohlen, [all...] |