Searched refs:icmpdst (Results 1 – 1 of 1) sorted by relevance
438 struct sockaddr_in icmpsrc, icmpdst, icmpgw; in icmp_input() local508 SOCKADDR_ZERO(&icmpdst, sizeof(icmpdst)); in icmp_input()509 icmpdst.sin_len = sizeof(struct sockaddr_in); in icmp_input()510 icmpdst.sin_family = AF_INET; in icmp_input()703 icmpdst.sin_addr = ip->ip_src; in icmp_input()707 icmpdst.sin_addr = ip->ip_dst; in icmp_input()710 SA(&icmpdst), m->m_pkthdr.rcvif); in icmp_input()765 icmpdst.sin_addr = icp->icmp_gwaddr; in icmp_input()780 SA(&icmpdst), NULL, RTF_GATEWAY | RTF_HOST, in icmp_input()817 struct sockaddr_in icmpdst; in icmp_reflect() local[all …]