Lines Matching defs:allports
56 * The 'allports' array is an array of pointers to the struct portdata
57 * structures. We reallocate 'allports' as needed, but the portdata must
62 struct portdata **allports;
131 port = allports[i];
192 if (allports[posn]->linkid == linkid)
200 newarr = realloc(allports,
203 allports = newarr;
226 allports[posn] = port;
236 port = allports[posn];
394 allports[i]->referenced = B_FALSE;
412 pdp = allports[i];
625 receive_packet(allports[i]);