Home
last modified time | relevance | path

Searched refs:listen_port (Results 1 – 16 of 16) sorted by relevance

/external/strace/tests/
Dnet-yy-inet.c76 const unsigned int listen_port = in main() local
81 listen_fd, listen_port, listen_port, (unsigned) *len); in main()
89 listen_fd, listen_port, *optval, (unsigned) *len); in main()
103 connect_fd, connect_inode, listen_port, (unsigned) *len); in main()
116 listen_fd, listen_port, connect_port, (unsigned) *len, in main()
117 accept_fd, listen_port, connect_port); in main()
126 accept_fd, listen_port, connect_port, connect_port, in main()
136 connect_fd, connect_port, listen_port, listen_port, in main()
144 connect_fd, connect_port, listen_port, *optval, in main()
152 connect_fd, connect_port, listen_port, text, in main()
[all …]
/external/strace/tests-mx32/
Dnet-yy-inet.c76 const unsigned int listen_port = in main() local
81 listen_fd, listen_port, listen_port, (unsigned) *len); in main()
89 listen_fd, listen_port, *optval, (unsigned) *len); in main()
103 connect_fd, connect_inode, listen_port, (unsigned) *len); in main()
116 listen_fd, listen_port, connect_port, (unsigned) *len, in main()
117 accept_fd, listen_port, connect_port); in main()
126 accept_fd, listen_port, connect_port, connect_port, in main()
136 connect_fd, connect_port, listen_port, listen_port, in main()
144 connect_fd, connect_port, listen_port, *optval, in main()
152 connect_fd, connect_port, listen_port, text, in main()
[all …]
/external/strace/tests-m32/
Dnet-yy-inet.c76 const unsigned int listen_port = in main() local
81 listen_fd, listen_port, listen_port, (unsigned) *len); in main()
89 listen_fd, listen_port, *optval, (unsigned) *len); in main()
103 connect_fd, connect_inode, listen_port, (unsigned) *len); in main()
116 listen_fd, listen_port, connect_port, (unsigned) *len, in main()
117 accept_fd, listen_port, connect_port); in main()
126 accept_fd, listen_port, connect_port, connect_port, in main()
136 connect_fd, connect_port, listen_port, listen_port, in main()
144 connect_fd, connect_port, listen_port, *optval, in main()
152 connect_fd, connect_port, listen_port, text, in main()
[all …]
/external/libmicrohttpd/src/examples/
Dmhd2spdy.c116 glob_opt.listen_port, in run_everything()
278 glob_opt.listen_port = atoi(optarg); in main()
313 0 == glob_opt.listen_port in main()
Dmhd2spdy_structures.h159 uint16_t listen_port; member
/external/openssh/
Dserverloop.c727 fwd.listen_port = (u_short)packet_get_int(); in server_input_global_request()
729 fwd.listen_host, fwd.listen_port); in server_input_global_request()
734 (!want_reply && fwd.listen_port == 0) || in server_input_global_request()
735 (fwd.listen_port != 0 && in server_input_global_request()
736 !bind_permitted(fwd.listen_port, pw->pw_uid))) { in server_input_global_request()
755 fwd.listen_port = (u_short)packet_get_int(); in server_input_global_request()
757 fwd.listen_host, fwd.listen_port); in server_input_global_request()
Dchannels.c123 int listen_port; /* Remote side should listen port. */ member
461 permitted_opens[i].listen_port); in channel_free()
467 packet_put_int(permitted_opens[i].listen_port); in channel_free()
470 permitted_opens[i].listen_port = 0; in channel_free()
2476 u_int id, remote_id, listen_port; local
2563 (r = sshbuf_get_u32(original, &listen_port)) != 0) {
2567 if (listen_port > 65535) {
2569 __func__, listen_host, listen_port);
2579 permitted_opens[idx].listen_port = (int)listen_port;
3224 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
[all …]
Dmux.c530 fwd->listen_host, fwd->listen_port, in format_forward()
538 fwd->listen_host, fwd->listen_port); in format_forward()
545 fwd->listen_port, in format_forward()
572 if (a->listen_port != b->listen_port) in compare_forward()
608 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
611 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward()
627 if (rfwd->listen_port == 0) in mux_confirm_remote_forward()
634 "listen port %d", rfwd->listen_port); in mux_confirm_remote_forward()
637 "connect %s:%d", __func__, rfwd->listen_port, in mux_confirm_remote_forward()
695 fwd.listen_port = lport; in process_mux_open_fwd()
[all …]
Dreadconf.c327 if (!bind_permitted(newfwd->listen_port, original_real_uid) && in add_local_forward()
341 fwd->listen_port = newfwd->listen_port; in add_local_forward()
370 fwd->listen_port = newfwd->listen_port; in add_remote_forward()
2204 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2207 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()
2215 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2220 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()
2225 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()
2233 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2238 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()
[all …]
Dmisc.h23 int listen_port; /* Port to forward. */ member
Dssh.c791 options.stdio_forward_port = fwd.listen_port; in main()
1538 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1540 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward()
1560 "for listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward()
1567 "for listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward()
1630 options.local_forwards[i].listen_port, in ssh_init_forwarding()
1651 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
Dclientloop.c1892 u_short listen_port, originator_port; in client_request_forwarded_tcpip() local
1897 listen_port = packet_get_int(); in client_request_forwarded_tcpip()
1903 listen_address, listen_port, originator_address, originator_port); in client_request_forwarded_tcpip()
1905 c = channel_connect_by_listen_address(listen_address, listen_port, in client_request_forwarded_tcpip()
1921 (r = sshbuf_put_u32(b, listen_port)) != 0 || in client_request_forwarded_tcpip()
Dmisc.c1237 if (a->listen_port != b->listen_port) in forward_equals()
/external/netperf/src/
Dnetserver.c181 char listen_port[10]; variable
1337 strncpy(listen_port,optarg,sizeof(listen_port)); in scan_netserver_args()
1532 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main()
1557 setup_listens(local_host_name,listen_port,local_address_family); in main()
/external/autotest/client/cros/networking/
Dandroid_xmlrpc_server.py540 listen_port = args.port variable
543 logging.debug('xmlrpc instance on port %d' % listen_port)
544 server = XmlRpcServer('localhost', listen_port)
/external/libmicrohttpd/src/spdy2http/
Dproxy.c63 uint16_t listen_port; member
1015 daemon = SPDY_start_daemon(glob_opt.listen_port, in run()
1033 snprintf (service, sizeof(service), "%u", glob_opt.listen_port); in run()
1327 glob_opt.listen_port = atoi(optarg); in main()
1400 0 == glob_opt.listen_port in main()