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

  /src/sys/netcan/
can.c 74 #ifndef CANHASHSIZE
75 #define CANHASHSIZE 128
77 int canhashsize = CANHASHSIZE; variable in typeref:typename:int
97 can_pcbinit(&cbtable, canhashsize, canhashsize);

Completed in 13 milliseconds