Searched refs:icmpdst (Results 1 – 1 of 1) sorted by relevance
464 struct sockaddr_in icmpsrc, icmpdst, icmpgw; in icmp_input() local524 bzero(&icmpdst, sizeof(icmpdst)); in icmp_input()525 icmpdst.sin_len = sizeof(struct sockaddr_in); in icmp_input()526 icmpdst.sin_family = AF_INET; in icmp_input()639 icmpdst.sin_addr = ip->ip_src; in icmp_input()641 icmpdst.sin_addr = ip->ip_dst; in icmp_input()643 (struct sockaddr *)&icmpdst, m->m_pkthdr.rcvif); in icmp_input()702 icmpdst.sin_addr = icp->icmp_gwaddr; in icmp_input()728 if (icmp_verify_redirect_gateway(&icmpgw, &icmpsrc, &icmpdst, in icmp_input()736 (struct sockaddr *)&icmpdst, in icmp_input()