| 795 #define AIM_RENDEZVOUS_ACCEPT 0x0002 |
795 #define AIM_RENDEZVOUS_ACCEPT 0x0002 |
| 796 |
796 |
| 797 struct aim_incomingim_ch2_args { |
797 struct aim_incomingim_ch2_args { |
| 798 fu16_t status; |
798 fu16_t status; |
| 799 fu8_t cookie[8]; |
799 fu8_t cookie[8]; |
| 800 fu16_t reqclass; |
800 int reqclass; |
| 801 const char *proxyip; |
801 const char *proxyip; |
| 802 const char *clientip; |
802 const char *clientip; |
| 803 const char *verifiedip; |
803 const char *verifiedip; |
| 804 fu16_t port; |
804 fu16_t port; |
| 805 fu16_t errorcode; |
805 fu16_t errorcode; |