Searched refs:PublicPort (Results 1 – 2 of 2) sorted by relevance
1105 info->PublicPort.NotAnInteger = 0; in AllocNATInfo()1348 n->PublicPort = pub; in ReceivePortMapReply()1387 if (n->state == NATState_Refresh && reply->pub.NotAnInteger != n->PublicPort.NotAnInteger) in ReceivePortMapReply()1388 …MapReply: NAT refresh changed public port from %d to %d", mDNSVal16(n->PublicPort), mDNSVal16(repl… in ReceivePortMapReply()1392 n->PublicPort = reply->pub; in ReceivePortMapReply()1427 …ogOperation("Mapped private port %d to public port %d", mDNSVal16(priv), mDNSVal16(n->PublicPort)); in ReceivePortMapReply()1503 err = LNT_UnmapPort(nat->PublicPort, tcp); in DeleteNATPortMapping()1602 …tate == NATState_Established || nat->state == NATState_Legacy) && nat->PublicPort.NotAnInteger != … in UpdateSRV()4264 if (nat && nat->PublicPort.NotAnInteger && in SendServiceRegistration()4268 srv->resrec.rdata->u.srv.port = nat->PublicPort; in SendServiceRegistration()
2061 mDNSIPPort PublicPort; member