Home
last modified time | relevance | path

Searched refs:default_port (Results 1 – 21 of 21) sorted by relevance

/third_party/libcoap/src/
Dcoap_netif.c54 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()
Dcoap_io_lwip.c379 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()
Dcoap_tcp.c46 int default_port, argument
83 connect_addr.addr.sin.sin_port = htons(default_port);
89 connect_addr.addr.sin6.sin6_port = htons(default_port);
Dcoap_io_contiki.c110 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()
Dcoap_session.c1264 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()
Dcoap_address.c322 update_port(coap_address_t *addr, uint16_t port, uint16_t default_port, in update_port() argument
326 port = default_port; in update_port()
Dcoap_io.c260 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/
Dcoap_netif_internal.h71 const coap_address_t *server, int default_port);
149 const coap_address_t *server, int default_port);
Dcoap_tcp_internal.h51 int default_port,
Dcoap_io_internal.h90 int default_port,
/third_party/grpc/
Dsrc_core_lib_iomgr.patch17 - 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/
Dsocket-client.h39 …cket_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char *a, uint16_t default_port);
Dsocket-client.c428 …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/
Dclient.py795 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/
Drequest.py845 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/
Dsmtplib.py227 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/
Drtspdec.c655 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()
Drtsp.c1727 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/
Dh2load.h120 uint16_t default_port; member
Dh2load.cc128 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/
Dada.h5722 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);