Searched refs:externalPort (Results 1 - 2 of 2) sorted by path

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h1878 * externalPort: The actual external port in the NAT gateway that was mapped.
1901 uint16_t externalPort, /* In network byte order and may be different than the requested port */
1923 * internalPort, externalPort and ttl.
1927 * externalPort: The requested external port in network byte order in the NAT gateway that you would
1953 * display) then pass zero for protocol, internalPort, externalPort and ttl.
1963 uint16_t externalPort, /* network byte order */
H A Ddnssd_clientstub.c1871 union { uint16_t s; u_char b[2]; } externalPort; local
1883 externalPort.b[0] = *data++;
1884 externalPort.b[1] = *data++;
1888 ((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext);
1913 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; local
1922 len += sizeof(externalPort);
1933 *ptr++ = externalPort.b[0];
1934 *ptr++ = externalPort.b[1];

Completed in 235 milliseconds