HomeSort by: relevance | last modified time | path
    Searched defs:externalPort (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c 2740 union { uint16_t s; u_char b[2]; } externalPort;
2752 externalPort.b[0] = *data++;
2753 externalPort.b[1] = *data++;
2757 ((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext);
2782 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder };
2791 len += sizeof(externalPort);
2802 *ptr++ = externalPort.b[0];
2803 *ptr++ = externalPort.b[1];
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 948 IntegerOption( 0, "externalPort", &gPortMapping_ExternalPort, "port number", "Requested external port. Use '0' for any external port.", false ),
6016 uint16_t externalPort; // External port argument for DNSServiceNATPortMappingCreate operation.
6101 context->externalPort = (uint16_t) gPortMapping_ExternalPort;
6111 htons( context->internalPort ), htons( context->externalPort ), context->ttl, PortMappingCallback, context );
6143 FPrintF( stdout, "External Port: %u\n", inContext->externalPort );
    [all...]

Completed in 56 milliseconds