Searched defs:allports (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c56 * 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; variable in typeref:struct:portdata
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[
[all...]

Completed in 44 milliseconds