Lines Matching refs:IA
90 #define IA struct in_addr /* ... should be taken out and shot, */ macro
385 memcpy (&poop->iaddrs[x], hostent->h_addr_list[x], sizeof (IA));
395 sizeof (IA), AF_INET);
404 memcpy (poop->iaddrs, &iaddr, sizeof (IA));
410 hostent = gethostbyaddr ((char *) &iaddr, sizeof (IA), AF_INET);
609 IA * rad; in doconnect()
611 IA * lad;
656 memcpy (&lclend->sin_addr.s_addr, lad, sizeof (IA));
683 memcpy (&remend->sin_addr.s_addr, rad, sizeof (IA));
732 (((gatesidx + 1) * sizeof (IA)) + 3) & 0xff; /* length */
736 memcpy (opp, gates[x]->iaddrs, sizeof (IA));
737 opp += sizeof (IA);
740 memcpy (opp, rad, sizeof (IA));
741 opp += sizeof (IA);
746 x = ((gatesidx + 1) * sizeof (IA)) + 4;
776 IA * rad; in dolisten()
778 IA * lad;
959 IA * where;
1318 IA * ouraddr = NULL;
1319 IA * themaddr = NULL;