Searched defs:spclient (Results 1 – 1 of 1) sorted by relevance
208 struct spclient { struct222 #define SPC_ZEROFF offsetof(struct spclient, spc_pfd) argument223 struct pollfd *spc_pfd;225 struct rsp_hdr spc_hdr;226 uint8_t *spc_buf;250 static int readframe(struct spclient *); argument