Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 38) sorted by relevance

12

/webrtc/stun/examples/
H A Dstun_decode.rs6 let mut app = App::new("STUN decode") in main() localVariable
23 let matches = app.clone().get_matches(); in main()
26 app.print_long_help().unwrap(); in main()
H A Dstun_client.rs13 let mut app = App::new("STUN Client") in main() localVariable
31 let matches = app.clone().get_matches(); in main()
34 app.print_long_help().unwrap(); in main()
/webrtc/mdns/examples/
H A Dmdns_server.rs34 let mut app = App::new("mDNS Sever") in main() localVariable
61 let matches = app.clone().get_matches(); in main()
64 app.print_long_help().unwrap(); in main()
H A Dmdns_query.rs35 let mut app = App::new("mDNS Query") in main() localVariable
62 let matches = app.clone().get_matches(); in main()
65 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/dial/selfsign/
H A Ddial_selfsign.rs28 let mut app = App::new("DTLS Client") in main() localVariable
48 let matches = app.clone().get_matches(); in main()
51 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/listen/selfsign/
H A Dlisten_selfsign.rs28 let mut app = App::new("DTLS Server") in main() localVariable
48 let matches = app.clone().get_matches(); in main()
51 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/listen/psk/
H A Dlisten_psk.rs29 let mut app = App::new("DTLS Server") in main() localVariable
49 let matches = app.clone().get_matches(); in main()
52 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/dial/verify/
H A Ddial_verify.rs29 let mut app = App::new("DTLS Client") in main() localVariable
49 let matches = app.clone().get_matches(); in main()
52 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/dial/psk/
H A Ddial_psk.rs29 let mut app = App::new("DTLS Client") in main() localVariable
49 let matches = app.clone().get_matches(); in main()
52 app.print_long_help().unwrap(); in main()
/webrtc/sctp/examples/
H A Dpong.rs34 let mut app = App::new("SCTP Pong") in main() localVariable
53 let matches = app.clone().get_matches(); in main()
56 app.print_long_help().unwrap(); in main()
H A Dping.rs33 let mut app = App::new("SCTP Ping") in main() localVariable
52 let matches = app.clone().get_matches(); in main()
55 app.print_long_help().unwrap(); in main()
H A Dthroughput.rs27 let mut app = App::new("SCTP Throughput") in main() localVariable
45 let matches = app.clone().get_matches(); in main()
48 app.print_long_help().unwrap(); in main()
/webrtc/dtls/examples/listen/verify/
H A Dlisten_verify.rs29 let mut app = App::new("DTLS Server") in main() localVariable
49 let matches = app.clone().get_matches(); in main()
52 app.print_long_help().unwrap(); in main()
/webrtc/turn/examples/
H A Dturn_server_udp.rs48 let mut app = App::new("TURN Server UDP") in main() localVariable
88 let matches = app.clone().get_matches(); in main()
91 app.print_long_help().unwrap(); in main()
H A Dturn_client_udp.rs16 let mut app = App::new("TURN Client UDP") in main() localVariable
62 let matches = app.clone().get_matches(); in main()
65 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs20 let mut app = Command::new("data-channels") in main() localVariable
38 let matches = app.clone().get_matches(); in main()
41 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs19 let mut app = Command::new("data-channels-create") in main() localVariable
37 let matches = app.clone().get_matches(); in main()
40 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs22 let mut app = Command::new("rtp-forwarder") in main() localVariable
40 let matches = app.clone().get_matches(); in main()
43 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs22 let mut app = Command::new("data-channels-detach-create") in main() localVariable
40 let matches = app.clone().get_matches(); in main()
43 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs23 let mut app = Command::new("data-channels-detach") in main() localVariable
41 let matches = app.clone().get_matches(); in main()
44 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs25 let mut app = Command::new("simulcast") in main() localVariable
43 let matches = app.clone().get_matches(); in main()
46 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs22 let mut app = Command::new("data-channels-close") in main() localVariable
47 let matches = app.clone().get_matches(); in main()
50 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs30 let mut app = Command::new("insertable-streams") in main() localVariable
56 let matches = app.clone().get_matches(); in main()
59 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/reflect/
H A Dreflect.rs24 let mut app = Command::new("reflect") in main() localVariable
52 let matches = app.clone().get_matches(); in main()
55 app.print_long_help().unwrap(); in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs31 let mut app = Command::new("rtp-forwarder") in main() localVariable
49 let matches = app.clone().get_matches(); in main()
52 app.print_long_help().unwrap(); in main()

12