Home
last modified time | relevance | path

Searched refs:get_port (Results 1 – 18 of 18) sorted by relevance

/third_party/libcoap/src/
Dcoap_io_riot.c154 get_port(const coap_address_t *addr) { in get_port() function
224 ntohs(get_port(&s->addr_info.local)), in coap_io_process()
226 if ((get_port(&s->addr_info.local) == udp_hdr->dst_port.u16) && in coap_io_process()
232 sock->fd, ntohs(get_port(&s->addr_info.local))); in coap_io_process()
247 if ((get_port(&ep->bind_addr) == udp_hdr->dst_port.u16) && in coap_io_process()
253 sock->fd, ntohs(get_port(&ep->bind_addr))); in coap_io_process()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_proxies.c98 mhd_port = get_port(4000); in main()
99 spdy2http_port = get_port(4100); in main()
100 mhd2spdy_port = get_port(4200); in main()
Dcommon.h38 get_port(uint16_t min);
Dtest_daemon_start_stop.c34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), in main()
Dtest_daemon_start_stop_many.c36 int port = get_port(15123); in main()
Dcommon.c48 get_port(uint16_t min) in get_port() function
Dtest_session_timeout.c317 port = get_port(11123); in main()
Dtest_misc.c281 port = get_port(13123); in main()
Dtest_request_response_with_callback.c299 port = get_port(11123); in main()
Dtest_notls.c949 int port = get_port(12123); in main()
Dtest_new_connection.c988 port = get_port(14123); in main()
Dtest_request_response.c1005 int port = get_port(12123); in main()
/third_party/grpc/src/ruby/qps/
Dserver.rb68 def get_port method in BenchmarkServer
Dworker.rb47 q.push(gtss.new(stats: bms.mark(false), port: bms.get_port))
/third_party/ffmpeg/libavformat/
Drtpproto.c132 static int get_port(const struct sockaddr_storage *ss) in get_port() function
463 set_port(source, get_port(source) + 1); in rtp_write()
470 set_port(source, get_port(source) - 1); in rtp_write()
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_tcp_proxy.py73 def get_port(self): member in TcpProxy
D_compression_test.py182 proxy_port = proxy.get_port()
/third_party/gstreamer/gstplugins_good/
DChangeLog32510 Avoid using soup_server_run_async and old get_port() APIs,