HomeSort by: relevance | last modified time | path
    Searched refs:internalPort (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dns_sd.h 2400 * @param internalPort
2426 uint16_t internalPort, /* In network byte order */
2458 * The local listening port number must also be specified in the internalPort parameter.
2460 * internalPort, externalPort and ttl.
2462 * @param internalPort
2496 * display) then pass zero for protocol, internalPort, externalPort and ttl.
2570 uint16_t internalPort, /* network byte order */
dnssd_clientstub.c 2739 union { uint16_t s; u_char b[2]; } internalPort;
2750 internalPort.b[0] = *data++;
2751 internalPort.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);
2781 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder };
2790 len += sizeof(internalPort);
2800 *ptr++ = internalPort.b[0];
2801 *ptr++ = internalPort.b[1];
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 947 IntegerOption( 0, "internalPort", &gPortMapping_InternalPort, "port number", "Internal port.", false ),
6015 uint16_t internalPort; // Internal port argument for DNSServiceNATPortMappingCreate operation.
6100 context->internalPort = (uint16_t) gPortMapping_InternalPort;
6111 htons( context->internalPort ), htons( context->externalPort ), context->ttl, PortMappingCallback, context );
6142 FPrintF( stdout, "Internal Port: %u\n", inContext->internalPort );
    [all...]

Completed in 93 milliseconds