Home
last modified time | relevance | path

Searched refs:DNSServiceNATPortMappingReply (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddns_sd.h1892 typedef void (DNSSD_API *DNSServiceNATPortMappingReply) typedef
1965 DNSServiceNATPortMappingReply callBack,
Ddnssd_clientstub.c862 …if (sdr->AppCallback)((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, 0, 0, error, 0, 0, 0, … in CallbackWithError()
1898 …((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_e… in handle_port_mapping_response()
1915 DNSServiceNATPortMappingReply callBack, in DNSServiceNATPortMappingCreate()
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp431 DNSServiceNATPortMappingReply callBack, in DNSServiceNATPortMappingCreate()
435 …, uint32_t, DNSServiceProtocol, uint16_t, uint16_t, uint16_t, DNSServiceNATPortMappingReply, void*… in DNSServiceNATPortMappingCreate()
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSD.cpp420 …ref, flags, ifIndex, prot, internalPort, externalPort, ttl, ( DNSServiceNATPortMappingReply ) &NAT… in NATPortMappingCreate()
DDNSSDService.cpp1240 …x, prot, htons( internalPort ), htons( externalPort ), ttl, ( DNSServiceNATPortMappingReply ) &NAT… in NATPortMappingCreate()