| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| int | fd | 
| char | inbuf [MAX_LEN] | 
| int | inlen | 
| struct sockaddr_in | sin | 
| int fd | 
Definition at line 73 of file astman.c.
Referenced by get_input(), manage_calls(), manager_action(), manager_login(), and wait_for_response().
| char inbuf[MAX_LEN] | 
Definition at line 74 of file astman.c.
Referenced by get_input(), and has_input().
| int inlen | 
Definition at line 75 of file astman.c.
Referenced by get_input(), and has_input().
| struct sockaddr_in sin | 
Definition at line 72 of file astman.c.
Referenced by get_input(), and manager_login().