Home
last modified time | relevance | path

Searched refs:port (Results 901 - 925 of 1773) sorted by relevance

1...<<31323334353637383940>>...71

/third_party/node/test/parallel/
H A Dtest-http-agent-false.js26 // Sending `agent: false` when `port: null` is also passed in (i.e. the result
27 // of a `url.parse()` call with the default port used, 80 or 443), should not
31 port: null,
37 // We just want an "error" (no local HTTP server on port 80) or "response"
38 // to happen (user happens ot have HTTP server running on port 80).
H A Dtest-http-socket-encoding-error.js26 const client = new http.Agent().createConnection(this.address().port, () => {
H A Dtest-net-dns-lookup-skip.js13 net.connect(this.address().port, address)
H A Dtest-net-socket-write-error.js10 const client = net.createConnection(this.address().port, () => {
/third_party/pulseaudio/src/pulsecore/
H A Dparseaddr.h37 uint16_t port; member
/third_party/typescript/tests/baselines/reference/
H A DdeclarationMapsWithoutDeclaration.js8 listen: (port: number) => void;
H A DdeclaredExternalModuleWithExportAssignment.js9 listen: (port: number) => void;
H A DmultipleExportAssignments.js7 listen: (port: number) => void;
H A DexportAssignmentWithPrivacyError.js7 listen: (port: number) => void;
/third_party/backends/backend/
H A Dnet.c76 # define SANED_SERVICE_DNS "_sane-port._tcp"
185 error = getaddrinfo (name, "sane-port", &hints, &res); in add_device()
701 uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags,
730 host_name, port, a, t, avahi_string_list_get_service_cookie (txt),
994 DBG (2, "sane_init: determining sane service port\n");
995 serv = getservbyname ("sane-port", "tcp");
999 DBG (2, "sane_init: found port %d\n", ntohs (serv->s_port));
1005 DBG (1, "sane_init: could not find `sane-port' service (%s); using default "
1006 "port %d\n", strerror (errno), ntohs (saned_port));
1888 uint16_t port; /* Interne local
698 net_avahi_resolve_callback(AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) global() argument
2023 uint16_t port; /* Internet-specific */ global() local
[all...]
/third_party/curl/lib/
H A Dcf-socket.c413 unsigned short port = data->set.localport; /* use this port number, 0 for in bindlocal() local
415 /* how many port numbers to try to bind to, increasing one at a time */ in bindlocal()
429 if(!dev && !port) in bindlocal()
560 si6->sin6_port = htons(port); in bindlocal()
583 si4->sin_port = htons(port); in bindlocal()
602 si6->sin6_port = htons(port); in bindlocal()
609 si4->sin_port = htons(port); in bindlocal()
629 infof(data, "Local port: %hu", port); in bindlocal()
[all...]
H A Dftp.c114 int port);
354 * After allowing server to connect to us from data port, this function
489 infof(data, "Preparing for accepting server on data port"); in AllowServerConnect()
931 unsigned short port; in ftp_state_use_port() local
940 * (ipv4|ipv6|domain|interface)?(:port(-range)?)? in ftp_state_use_port()
949 /* [ipv6]:port(-range) */ in ftp_state_use_port()
960 /* :port */ in ftp_state_use_port()
967 /* either ipv6 or (ipv4|domain|interface):port(-range) */ in ftp_state_use_port()
973 ip_end = NULL; /* this got no port ! */ in ftp_state_use_port()
982 /* parse the port */ in ftp_state_use_port()
3557 ftp_pasv_verbose(struct Curl_easy *data, struct Curl_addrinfo *ai, char *newhost, int port) ftp_pasv_verbose() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dip.h49 const char *hostname, int port,
/third_party/backends/include/sane/
H A Dsanei_tcp.h32 extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp);
/third_party/node/test/internet/
H A Dtest-http-dns-fail.js36 port: 80,
/third_party/node/src/
H A Dnode_dtrace.h40 int32_t port; member
/third_party/node/deps/brotli/c/common/
H A Dcontext.h91 #include <brotli/port.h>
H A Ddictionary.h12 #include <brotli/port.h>
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_network.h16 int u_socket_connect(const char *host, uint16_t port);
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device-port.h41 pa_device_port *port,
/third_party/vk-gl-cts/executor/
H A DxeLocalTcpIpLink.hpp41 void start (const char* execServerPath, const char* workDir, int port);
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.hpp31 Socket(const char *address, const char *port);
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.hpp31 Socket(const char *address, const char *port);
/third_party/skia/third_party/externals/brotli/c/common/
H A Ddictionary.h12 #include <brotli/port.h>
H A Dcontext.h91 #include <brotli/port.h>

Completed in 11 milliseconds

1...<<31323334353637383940>>...71