JAPAn
Just Another Parity Analyzer
|
#include <cfSock.h>
Data Fields | |
long | magic_cookie |
long | command_type |
long | command |
long | par1 |
long | par2 |
long | reply |
char | message [REQUEST_MSG_SIZE] |
long | msgLen |
long request::command |
Definition at line 29 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::command_type |
Definition at line 28 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::magic_cookie |
Definition at line 27 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), and GreenSockCommand().
char request::message[REQUEST_MSG_SIZE] |
Definition at line 33 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::msgLen |
Definition at line 34 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::par1 |
Definition at line 30 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::par2 |
Definition at line 31 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCommand(), GreenSockCommand(), and handleReplyInteractive().
long request::reply |
Definition at line 32 of file cfSock.h.
Referenced by buildRequestInteractive(), cfSockCliSend(), cfSockCommand(), and GreenSockCommand().