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

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 2010 @property void localPort(ushort port)
2012 p.curl.set(CurlOption.localport, cast(long) port);
2028 This can be used together with the localPort property.
2732 @property void localPort(ushort port);
2736 This can be used together with the localPort property.
3512 @property void localPort(ushort port);
3516 This can be used together with the localPort property.
3938 @property void localPort(ushort port);
3942 This can be used together with the localPort property.
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 8085 int localPort; // The port number to which the sockets are bound.
8148 gMDNSQuery_SourcePort ? gMDNSQuery_SourcePort : ( context->isQU ? context->localPort : kMDNSPort ),
8149 ifname, context->ifIndex, !context->isQU, &context->localPort, &sockV4 );
8158 gMDNSQuery_SourcePort ? gMDNSQuery_SourcePort : ( context->isQU ? context->localPort : kMDNSPort ),
8159 ifname, context->ifIndex, !context->isQU, &context->localPort, &sockV6 );
8361 FPrintF( stdout, "Local port: %d\n", inContext->localPort );
    [all...]

Completed in 52 milliseconds