HomeSort by: relevance | last modified time | path
    Searched defs:softcv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_srt.c 62 static struct srt_softc *softcv[SRT_MAXUNIT+1]; variable in typeref:struct:srt_softc * []
278 if (softcv[unit])
299 softcv[unit] = sc;
319 if (softcv[sc->unit] != sc) {
321 sc->unit, (void *)softcv[sc->unit], (void *)sc);
323 softcv[sc->unit] = 0;
348 softcv[i] = 0;
372 if(softcv[i]) {
396 sc = softcv[unit];
399 sc = softcv[unit]
    [all...]
if_srt.c 62 static struct srt_softc *softcv[SRT_MAXUNIT+1]; variable in typeref:struct:srt_softc * []
278 if (softcv[unit])
299 softcv[unit] = sc;
319 if (softcv[sc->unit] != sc) {
321 sc->unit, (void *)softcv[sc->unit], (void *)sc);
323 softcv[sc->unit] = 0;
348 softcv[i] = 0;
372 if(softcv[i]) {
396 sc = softcv[unit];
399 sc = softcv[unit]
    [all...]

Completed in 22 milliseconds