Definition at line 101 of file chat.h.
Data Fields | |
int | chat_fd |
u_char | chat_arg |
u_char | chat_aborts |
char * | chat_abort [CHAT_MAX_ABORTS] |
u_char | chat_abomat [CHAT_MAX_ABORTS] |
char * | chat_report_search |
u_char | chat_repmat |
char | chat_report_state |
int NUTCHAT::chat_fd |
Definition at line 102 of file chat.h.
Referenced by NutChatCreate(), NutChatExpect(), NutChatExpectString(), and NutChatSend().
Definition at line 104 of file chat.h.
Referenced by NutChatDestroy(), NutChatExpectString(), and NutChatSend().
char* NUTCHAT::chat_abort[CHAT_MAX_ABORTS] |
Definition at line 105 of file chat.h.
Referenced by NutChatDestroy(), NutChatExpectString(), and NutChatSend().
u_char NUTCHAT::chat_abomat[CHAT_MAX_ABORTS] |