HomeSort by: relevance | last modified time | path
    Searched defs:canhashsize (Results 1 - 2 of 2) 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);
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 23 milliseconds