/third_party/libcoap/src/ |
D | coap_netif.c | 54 const coap_address_t *server, int default_port) { in coap_netif_dgrm_connect() argument 56 default_port, in coap_netif_dgrm_connect() 186 const coap_address_t *server, int default_port) { in coap_netif_strm_connect1() argument 188 default_port, in coap_netif_strm_connect1()
|
D | coap_io_lwip.c | 379 int default_port, in coap_socket_connect_udp() argument 386 (void)default_port; in coap_socket_connect_udp() 438 int default_port, in coap_socket_connect_tcp1() argument 444 (void)default_port; in coap_socket_connect_tcp1()
|
D | coap_tcp.c | 46 int default_port, argument 83 connect_addr.addr.sin.sin_port = htons(default_port); 89 connect_addr.addr.sin6.sin6_port = htons(default_port);
|
D | coap_io_contiki.c | 110 int default_port, in coap_socket_connect_udp() argument 124 sock->udp_conn = udp_new(&server->addr, server->port ? server->port : default_port, sock); in coap_socket_connect_udp()
|
D | coap_session.c | 1264 int default_port = COAP_DEFAULT_PORT; in coap_session_create_client() local 1270 default_port = COAP_DEFAULT_PORT; in coap_session_create_client() 1277 default_port = COAPS_DEFAULT_PORT; in coap_session_create_client() 1284 default_port = COAP_DEFAULT_PORT; in coap_session_create_client() 1291 default_port = COAPS_DEFAULT_PORT; in coap_session_create_client() 1298 default_port = 80; in coap_session_create_client() 1305 default_port = 443; in coap_session_create_client() 1325 if (!coap_netif_dgrm_connect(session, local_if, server, default_port)) { in coap_session_create_client() 1345 if (!coap_netif_strm_connect1(session, local_if, server, default_port)) { in coap_session_create_client()
|
D | coap_address.c | 322 update_port(coap_address_t *addr, uint16_t port, uint16_t default_port, in update_port() argument 326 port = default_port; in update_port()
|
D | coap_io.c | 260 int default_port, argument 318 connect_addr.addr.sin.sin_port = htons(default_port); 324 connect_addr.addr.sin6.sin6_port = htons(default_port);
|
/third_party/libcoap/include/coap3/ |
D | coap_netif_internal.h | 71 const coap_address_t *server, int default_port); 149 const coap_address_t *server, int default_port);
|
D | coap_tcp_internal.h | 51 int default_port,
|
D | coap_io_internal.h | 90 int default_port,
|
/third_party/grpc/ |
D | src_core_lib_iomgr.patch | 17 - new DnsRequest(std::move(*dns_resolver), addr, default_port, on_done, 18 + new DnsRequest(std::move(dns_resolver), addr, default_port, on_done,
|
/third_party/pulseaudio/src/pulsecore/ |
D | socket-client.h | 39 …cket_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char *a, uint16_t default_port);
|
D | socket-client.c | 428 …t_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char*name, uint16_t default_port) { argument 455 a.port = default_port;
|
/third_party/python/Lib/http/ |
D | client.py | 795 default_port = HTTP_PORT variable in HTTPConnection 892 port = self.default_port 897 port = self.default_port 1180 if port == self.default_port: 1401 default_port = HTTPS_PORT variable in HTTPSConnection
|
/third_party/python/Lib/urllib/ |
D | request.py | 845 for default_port in True, False: 847 self.reduce_uri(u, default_port) for u in uri) 852 for default_port in True, False: 853 reduced_authuri = self.reduce_uri(authuri, default_port) 860 def reduce_uri(self, uri, default_port=True): argument 875 if default_port and port is None and scheme is not None: 926 for default_port in True, False: 928 reduced_uri = self.reduce_uri(u, default_port) 932 for default_port in True, False: 933 reduced_authuri = self.reduce_uri(authuri, default_port)
|
/third_party/python/Lib/ |
D | smtplib.py | 227 default_port = SMTP_PORT variable in SMTP 339 port = self.default_port 1028 default_port = SMTP_SSL_PORT variable in SMTP_SSL
|
/third_party/ffmpeg/libavformat/ |
D | rtspdec.c | 655 int default_port = RTSP_DEFAULT_PORT; in rtsp_listen() local 677 default_port = RTSPS_DEFAULT_PORT; in rtsp_listen() 681 port = default_port; in rtsp_listen()
|
D | rtsp.c | 1727 int default_port = RTSP_DEFAULT_PORT; in ff_rtsp_connect() local 1764 default_port = RTSPS_DEFAULT_PORT; in ff_rtsp_connect() 1775 port = default_port; in ff_rtsp_connect()
|
/third_party/nghttp2/src/ |
D | h2load.h | 120 uint16_t default_port; member
|
D | h2load.cc | 128 default_port(0), in Config() 1922 config.default_port = util::get_default_port(base_uri.c_str(), u); in parse_base_uri() 1926 config.port = config.default_port; in parse_base_uri() 3008 if (config.port != config.default_port) { in main()
|
/third_party/node/deps/ada/ |
D | ada.h | 5722 auto default_port = scheme_default_port(); 5723 bool is_port_valid = (default_port == 0 && parsed_port == 0) || 5724 (default_port != parsed_port); 6627 auto default_port = scheme_default_port(); 6628 bool is_port_valid = (default_port == 0 && parsed_port == 0) || 6629 (default_port != parsed_port);
|