Searched refs:icmpdst (Results 1 – 1 of 1) sorted by relevance
440 struct sockaddr_in icmpsrc, icmpdst, icmpgw; in icmp_input() local512 SOCKADDR_ZERO(&icmpdst, sizeof(icmpdst)); in icmp_input()513 icmpdst.sin_len = sizeof(struct sockaddr_in); in icmp_input()514 icmpdst.sin_family = AF_INET; in icmp_input()707 icmpdst.sin_addr = ip->ip_src; in icmp_input()711 icmpdst.sin_addr = ip->ip_dst; in icmp_input()713 ia = ifatoia(ifaof_ifpforaddr(SA(&icmpdst), in icmp_input()769 icmpdst.sin_addr = icp->icmp_gwaddr; in icmp_input()784 SA(&icmpdst), NULL, RTF_GATEWAY | RTF_HOST, in icmp_input()821 struct sockaddr_in icmpdst; in icmp_reflect() local[all …]