HomeSort by relevance Sort by last modified time
    Searched full:iaddrs (Results 1 - 1 of 1) sorted by null

  /external/netcat/
netcat.c 105 struct in_addr iaddrs[8]; /* real addresses: in_addr.s_addr: ulong */ member in struct:host_poop
383 memcpy (&poop->iaddrs[x], hostent->h_addr_list[x], sizeof (IA));
384 strncpy (poop->addrs[x], inet_ntoa (poop->iaddrs[x]),
391 for (x = 0; poop->iaddrs[x].s_addr && (x < 8); x++) {
392 hostent = gethostbyaddr ((char *)&poop->iaddrs[x],
402 memcpy (poop->iaddrs, &iaddr, sizeof (IA));
734 memcpy (opp, gates[x]->iaddrs, sizeof (IA));
    [all...]

Completed in 229 milliseconds