Home
last modified time | relevance | path

Searched refs:SL_RPCSIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dremote-sl.h63 #define SL_RPCSIZE (1 + SL_MAXDATA) /* errno byte + data */ macro
64 #define SL_MTU ((2 * (SL_RPCSIZE + 2) + 2))
/netbsd-src/sys/arch/x68k/include/
H A Dremote-sl.h63 #define SL_RPCSIZE (1 + SL_MAXDATA) /* errno byte + data */ macro
64 #define SL_MTU ((2 * (SL_RPCSIZE + 2) + 2))
/netbsd-src/sys/arch/x68k/x68k/
H A Dkgdb_stub.c184 if (++len > SL_RPCSIZE) { in kgdb_recv()
313 static u_char inbuffer[SL_RPCSIZE+1];
314 static u_char outbuffer[SL_RPCSIZE];