Home
last modified time | relevance | path

Searched defs:spclient (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/librumpuser/
H A Dsp_common.c208 struct spclient { struct
222 #define SPC_ZEROFF offsetof(struct spclient, spc_pfd) argument
223 struct pollfd *spc_pfd;
225 struct rsp_hdr spc_hdr;
226 uint8_t *spc_buf;
250 static int readframe(struct spclient *); argument