typedef struct cab { uint16 lport /* Local machine port */ uint16 rport /* Remote machine port */ uint32 rhost /* Remote machine IP address */ uint32 lhost /* Local machine IP address */ } CAB;