HomeSort by relevance Sort by last modified time
    Searched refs:DNSServiceNATPortMappingReply (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSShared/
dns_sd.h     [all...]
dnssd_clientstub.c     [all...]
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 431 DNSServiceNATPortMappingReply callBack,
435 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServiceProtocol, uint16_t, uint16_t, uint16_t, DNSServiceNATPortMappingReply, void* );
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 420 err = DNSServiceNATPortMappingCreate( &sref, flags, ifIndex, prot, internalPort, externalPort, ttl, ( DNSServiceNATPortMappingReply ) &NATPortMappingReply, object );
DNSSDService.cpp 1240 err = DNSServiceNATPortMappingCreate( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, prot, htons( internalPort ), htons( externalPort ), ttl, ( DNSServiceNATPortMappingReply ) &NATPortMappingReply, object );

Completed in 144 milliseconds