Searched refs:SL_RPCSIZE (Results 1 – 3 of 3) sorted by relevance
63 #define SL_RPCSIZE (1 + SL_MAXDATA) /* errno byte + data */ macro64 #define SL_MTU ((2 * (SL_RPCSIZE + 2) + 2))
184 if (++len > SL_RPCSIZE) { in kgdb_recv()313 static u_char inbuffer[SL_RPCSIZE+1];314 static u_char outbuffer[SL_RPCSIZE];