Lines Matching defs:tcpLNTInfo_struct
972 struct tcpLNTInfo_struct struct
974 tcpLNTInfo *next;
975 mDNS *m;
976 NATTraversalInfo *parentNATInfo; // pointer back to the parent NATTraversalInfo
977 TCPSocket *sock;
978 LNTOp_t op; // operation performed using this connection
979 mDNSAddr Address; // router address
980 mDNSIPPort Port; // router port
981 mDNSu8 *Request; // xml request to router
982 int requestLen;
983 mDNSu8 *Reply; // xml reply from router
984 int replyLen;
985 unsigned long nread; // number of bytes read so far
986 int retries; // number of times we've tried to do this port mapping