ping.c | 939 struct sockaddr_in whereto; /* who to ping */ variable in typeref:struct:sockaddr_in 1020 target.sin_addr.s_addr != whereto.sin_addr.s_addr || 1112 static struct msghdr m = { &whereto, sizeof(whereto), 1185 iph->daddr != whereto.sin_addr.s_addr || [all...] |