Home
last modified time | relevance | path

Searched defs:default_port (Results 1 – 15 of 15) sorted by relevance

/third_party/libcoap/src/
Dcoap_netif.c54 const coap_address_t *server, int default_port) { in coap_netif_dgrm_connect()
186 const coap_address_t *server, int default_port) { in coap_netif_strm_connect1()
Dcoap_io_lwip.c379 int default_port, in coap_socket_connect_udp()
438 int default_port, in coap_socket_connect_tcp1()
Dcoap_tcp.c46 int default_port,
Dcoap_io_contiki.c110 int default_port, in coap_socket_connect_udp()
Dcoap_address.c322 update_port(coap_address_t *addr, uint16_t port, uint16_t default_port, in update_port()
Dcoap_io.c260 int default_port,
Dcoap_session.c1264 int default_port = COAP_DEFAULT_PORT; in coap_session_create_client() local
/third_party/python/Lib/
Dsmtplib.py227 default_port = SMTP_PORT variable in SMTP
1028 default_port = SMTP_SSL_PORT variable in SMTP_SSL
/third_party/python/Lib/http/
Dclient.py795 default_port = HTTP_PORT variable in HTTPConnection
1401 default_port = HTTPS_PORT variable in HTTPSConnection
/third_party/pulseaudio/src/pulsecore/
Dsocket-client.c428 …t_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char*name, uint16_t default_port) {
/third_party/ffmpeg/libavformat/
Drtspdec.c646 int default_port = RTSP_DEFAULT_PORT; in rtsp_listen() local
Drtsp.c1718 int default_port = RTSP_DEFAULT_PORT; in ff_rtsp_connect() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c233 guint default_port; in gst_rtmp_location_get_string() local
/third_party/nghttp2/src/
Dh2load.h120 uint16_t default_port; member
/third_party/python/Lib/urllib/
Drequest.py860 def reduce_uri(self, uri, default_port=True): argument