/third_party/node/test/parallel/ |
H A D | test-http-agent-false.js | 26 // 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 D | test-http-socket-encoding-error.js | 26 const client = new http.Agent().createConnection(this.address().port, () => {
|
H A D | test-net-dns-lookup-skip.js | 13 net.connect(this.address().port, address)
|
H A D | test-net-socket-write-error.js | 10 const client = net.createConnection(this.address().port, () => {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | parseaddr.h | 37 uint16_t port; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationMapsWithoutDeclaration.js | 8 listen: (port: number) => void;
|
H A D | declaredExternalModuleWithExportAssignment.js | 9 listen: (port: number) => void;
|
H A D | multipleExportAssignments.js | 7 listen: (port: number) => void;
|
H A D | exportAssignmentWithPrivacyError.js | 7 listen: (port: number) => void;
|
/third_party/backends/backend/ |
H A D | net.c | 76 # 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 D | cf-socket.c | 413 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 D | ftp.c | 114 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 D | ip.h | 49 const char *hostname, int port,
|
/third_party/backends/include/sane/ |
H A D | sanei_tcp.h | 32 extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp);
|
/third_party/node/test/internet/ |
H A D | test-http-dns-fail.js | 36 port: 80,
|
/third_party/node/src/ |
H A D | node_dtrace.h | 40 int32_t port; member
|
/third_party/node/deps/brotli/c/common/ |
H A D | context.h | 91 #include <brotli/port.h>
|
H A D | dictionary.h | 12 #include <brotli/port.h>
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_network.h | 16 int u_socket_connect(const char *host, uint16_t port);
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device-port.h | 41 pa_device_port *port,
|
/third_party/vk-gl-cts/executor/ |
H A D | xeLocalTcpIpLink.hpp | 41 void start (const char* execServerPath, const char* workDir, int port);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Socket.hpp | 31 Socket(const char *address, const char *port);
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Socket.hpp | 31 Socket(const char *address, const char *port);
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | dictionary.h | 12 #include <brotli/port.h>
|
H A D | context.h | 91 #include <brotli/port.h>
|