Home
last modified time | relevance | path

Searched refs:externalPort (Results 1 – 9 of 9) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.h347 …uint16_t externalPort, /* may be different than the requested port …
420 …ly addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl, IDN…
DDNSSD.cpp393 …ly addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl, INA… in NATPortMappingCreate() argument
420 …err = DNSServiceNATPortMappingCreate( &sref, flags, ifIndex, prot, internalPort, externalPort, ttl… in NATPortMappingCreate()
860 …uint16_t externalPort, /* may be different than the requested port … in NATPortMappingReply() argument
880 …ly ) ( protocol & 0x8 ), ( DNSSDProtocol ) ( protocol & 0x80 ), internalPort, externalPort, ttl ); in NATPortMappingReply()
D_IDNSSDEvents_CP.h295 …ily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl) in Fire_MappingCreated() argument
322 avarParams[1] = externalPort; in Fire_MappingCreated()
DDNSSDService.cpp1184 …ly addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl, IDN… in NATPortMappingCreate() argument
1240 …iceFlagsShareConnection, ifIndex, prot, htons( internalPort ), htons( externalPort ), ttl, ( DNSSe… in NATPortMappingCreate()
1911 …uint16_t externalPort, /* may be different than the requested port … in NATPortMappingReply() argument
1936 …0x8 ), ( DNSSDProtocol ) ( protocol & 0x80 ), ntohs( internalPort ), ntohs( externalPort ), ttl ); in NATPortMappingReply()
DDLLX.idl350 …y, [in] DNSSDProtocol protocol, [in] USHORT internalPort, [in] USHORT externalPort, [in] ULONG ttl…
406 …y, [in] DNSSDProtocol protocol, [in] USHORT internalPort, [in] USHORT externalPort, [in] ULONG ttl…
/external/mdnsresponder/mDNSShared/
Ddns_sd.h1901 …uint16_t externalPort, /* In network byte order and may be different …
1963 uint16_t externalPort, /* network byte order */
Ddnssd_clientstub.c1888 union { uint16_t s; u_char b[2]; } externalPort; in handle_port_mapping_response() local
1900 externalPort.b[0] = *data++; in handle_port_mapping_response()
1901 externalPort.b[1] = *data++; in handle_port_mapping_response()
1905 …gs, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->Ap… in handle_port_mapping_response()
1930 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local
1939 len += sizeof(externalPort); in DNSServiceNATPortMappingCreate()
1950 *ptr++ = externalPort.b[0]; in DNSServiceNATPortMappingCreate()
1951 *ptr++ = externalPort.b[1]; in DNSServiceNATPortMappingCreate()
/external/libcups/vcnet/
Ddns_sd.h1901 …uint16_t externalPort, /* In network byte order and may be different …
1963 uint16_t externalPort, /* network byte order */
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp429 uint16_t externalPort, /* network byte order */ in DNSServiceNATPortMappingCreate() argument
441 …ret = func( sdRef, flags, interfaceIndex, protocol, internalPort, externalPort, ttl, callBack, con… in DNSServiceNATPortMappingCreate()