Searched refs:PortReq (Results 1 – 2 of 2) sorted by relevance
1327 mDNSBool deletion = !n->request.PortReq.lease.NotAnInteger; in ReceivePortMapReply()1393 …if (reply->pub.NotAnInteger != n->request.PortReq.pub.NotAnInteger) n->request.PortReq.pub = reply… in ReceivePortMapReply()1443 NATPortMapRequest *req = &info->request.PortReq; in FormatPortMaprequest()1494 nat->request.PortReq.lease.NotAnInteger = 0; in DeleteNATPortMapping()
2062 union { NATAddrRequest AddrReq; NATPortMapRequest PortReq; } request; member