Home
last modified time | relevance | path

Searched refs:PortReq (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1327 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()
H A DmDNSEmbeddedAPI.h2062 union { NATAddrRequest AddrReq; NATPortMapRequest PortReq; } request; member