Searched refs:whereto (Results 1 – 2 of 2) sorted by relevance
/external/ping/ |
D | ping.c | 937 struct sockaddr_in whereto; /* who to ping */ variable 1018 target.sin_addr.s_addr != whereto.sin_addr.s_addr || in receive_error_msg() 1110 static struct msghdr m = { &whereto, sizeof(whereto), in send_probe() 1183 iph->daddr != whereto.sin_addr.s_addr || in parse_reply() 1791 bzero((char *)&whereto, sizeof(whereto)); in main() 1792 whereto.sin_family = AF_INET; in main() 1793 if (inet_aton(target, &whereto.sin_addr) == 1) { in main() 1805 memcpy(&whereto.sin_addr, hp->h_addr, 4); in main() 1811 route[nroute++] = whereto.sin_addr.s_addr; in main() 1818 struct sockaddr_in dst = whereto; in main() [all …]
|
/external/netcat/ |
D | netcat.c | 1314 HINF * whereto = NULL; local 1514 whereto = gethostpoop (argv[optind], o_nflag); 1515 if (whereto && whereto->iaddrs) 1516 themaddr = &whereto->iaddrs[0]; 1601 whereto->name, whereto->addrs[0], curport, portpoop->name); 1614 whereto->name, whereto->addrs[0], curport, portpoop->name);
|