/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.h | 347 …uint16_t externalPort, /* may be different than the requested port … 420 …ly addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl, IDN…
|
D | DNSSD.cpp | 393 …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.h | 295 …ily addressFamily, DNSSDProtocol protocol, USHORT internalPort, USHORT externalPort, ULONG ttl) in Fire_MappingCreated() argument 322 avarParams[1] = externalPort; in Fire_MappingCreated()
|
D | DNSSDService.cpp | 1184 …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()
|
D | DLLX.idl | 350 …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/ |
D | dns_sd.h | 1901 …uint16_t externalPort, /* In network byte order and may be different … 1963 uint16_t externalPort, /* network byte order */
|
D | dnssd_clientstub.c | 1888 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/ |
D | dns_sd.h | 1901 …uint16_t externalPort, /* In network byte order and may be different … 1963 uint16_t externalPort, /* network byte order */
|
/external/mdnsresponder/mDNSWindows/DLLStub/ |
D | DLLStub.cpp | 429 uint16_t externalPort, /* network byte order */ in DNSServiceNATPortMappingCreate() argument 441 …ret = func( sdRef, flags, interfaceIndex, protocol, internalPort, externalPort, ttl, callBack, con… in DNSServiceNATPortMappingCreate()
|