Home
last modified time | relevance | path

Searched refs:internalPort (Results 1 – 8 of 8) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.h346 uint16_t internalPort,
420 …dex, DNSSDAddressFamily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externa…
DDNSSD.cpp393 …dex, DNSSDAddressFamily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externa… in NATPortMappingCreate() argument
420 …err = DNSServiceNATPortMappingCreate( &sref, flags, ifIndex, prot, internalPort, externalPort, ttl… in NATPortMappingCreate()
859 uint16_t internalPort, in NATPortMappingReply() argument
880 …ssFamily ) ( protocol & 0x8 ), ( DNSSDProtocol ) ( protocol & 0x80 ), internalPort, externalPort, … in NATPortMappingReply()
DDNSSDService.cpp1184 …dex, DNSSDAddressFamily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externa… in NATPortMappingCreate() argument
1240 …ubord, flags | kDNSServiceFlagsShareConnection, ifIndex, prot, htons( internalPort ), htons( exter… in NATPortMappingCreate()
1910 uint16_t internalPort, in NATPortMappingReply() argument
1936 …y ) ( protocol & 0x8 ), ( DNSSDProtocol ) ( protocol & 0x80 ), ntohs( internalPort ), ntohs( exter… in NATPortMappingReply()
D_IDNSSDEvents_CP.h295 …, DNSSDAddressFamily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT extern… in Fire_MappingCreated() argument
320 avarParams[2] = internalPort; in Fire_MappingCreated()
DDLLX.idl350 …AddressFamily addressFamily, [in] DNSSDProtocol protocol, [in] USHORT internalPort, [in] USHORT ex…
406 …AddressFamily addressFamily, [in] DNSSDProtocol protocol, [in] USHORT internalPort, [in] USHORT ex…
/external/mdnsresponder/mDNSShared/
Ddns_sd.h1900 uint16_t internalPort, /* In network byte order */
1962 uint16_t internalPort, /* network byte order */
Ddnssd_clientstub.c1880 union { uint16_t s; u_char b[2]; } internalPort; in handle_port_mapping_response() local
1891 internalPort.b[0] = *data++; in handle_port_mapping_response()
1892 internalPort.b[1] = *data++; in handle_port_mapping_response()
1898 …sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort… in handle_port_mapping_response()
1922 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local
1931 len += sizeof(internalPort); in DNSServiceNATPortMappingCreate()
1941 *ptr++ = internalPort.b[0]; in DNSServiceNATPortMappingCreate()
1942 *ptr++ = internalPort.b[1]; in DNSServiceNATPortMappingCreate()
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp428 uint16_t internalPort, /* network byte order */ in DNSServiceNATPortMappingCreate() argument
441 …ret = func( sdRef, flags, interfaceIndex, protocol, internalPort, externalPort, ttl, callBack, con… in DNSServiceNATPortMappingCreate()