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

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c30 static struct llc llcs[SDL_MAX+1] = { variable in typeref:struct:llc
177 l = &llcs[s_type];
H A Dipft_pc.c29 static struct llc llcs[] = { variable in typeref:struct:llc
130 for (i = 0; llcs[i].lc_type != -1; i++)
131 if (llcs[i].lc_type == ph.pc_type) {
132 llcp = llcs + i;

Completed in 44 milliseconds