Searched refs:get_port (Results 1 – 18 of 18) sorted by relevance
154 get_port(const coap_address_t *addr) { in get_port() function224 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()
98 mhd_port = get_port(4000); in main()99 spdy2http_port = get_port(4100); in main()100 mhd2spdy_port = get_port(4200); in main()
38 get_port(uint16_t min);
34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), in main()
36 int port = get_port(15123); in main()
48 get_port(uint16_t min) in get_port() function
317 port = get_port(11123); in main()
281 port = get_port(13123); in main()
299 port = get_port(11123); in main()
949 int port = get_port(12123); in main()
988 port = get_port(14123); in main()
1005 int port = get_port(12123); in main()
68 def get_port method in BenchmarkServer
47 q.push(gtss.new(stats: bms.mark(false), port: bms.get_port))
132 static int get_port(const struct sockaddr_storage *ss) in get_port() function463 set_port(source, get_port(source) + 1); in rtp_write()470 set_port(source, get_port(source) - 1); in rtp_write()
73 def get_port(self): member in TcpProxy
182 proxy_port = proxy.get_port()
32510 Avoid using soup_server_run_async and old get_port() APIs,