HomeSort by: relevance | last modified time | path
    Searched defs:icmpgw (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_icmp.c 422 struct sockaddr_in icmpgw = { local in function:_icmp_input
640 icmpgw.sin_addr = ip->ip_src;
645 NULL, RTF_GATEWAY | RTF_HOST, sintosa(&icmpgw), &rt);
ip_icmp.c 422 struct sockaddr_in icmpgw = { local in function:_icmp_input
640 icmpgw.sin_addr = ip->ip_src;
645 NULL, RTF_GATEWAY | RTF_HOST, sintosa(&icmpgw), &rt);
ip_icmp.c 422 struct sockaddr_in icmpgw = { local in function:_icmp_input
640 icmpgw.sin_addr = ip->ip_src;
645 NULL, RTF_GATEWAY | RTF_HOST, sintosa(&icmpgw), &rt);

Completed in 39 milliseconds