Lines Matching defs:tcpLNTInfo_struct
983 struct tcpLNTInfo_struct struct
985 tcpLNTInfo *next;
986 mDNS *m;
987 NATTraversalInfo *parentNATInfo; // pointer back to the parent NATTraversalInfo
988 TCPSocket *sock;
989 LNTOp_t op; // operation performed using this connection
990 mDNSAddr Address; // router address
991 mDNSIPPort Port; // router port
992 mDNSu8 *Request; // xml request to router
993 int requestLen;
994 mDNSu8 *Reply; // xml reply from router
995 int replyLen;
996 unsigned long nread; // number of bytes read so far
997 int retries; // number of times we've tried to do this port mapping