Searched refs:protocol_name (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ssl-tests/ |
D | 04-client_auth.conf.in | 25 my $protocol_name = $protocol || "flex"; 30 if ($protocol_name eq "SSLv3") { 35 if ($protocol_name =~ m/^DTLS/) { 43 if ($protocol_name eq "TLSv1.2") { 51 name => "server-auth-${protocol_name}" 70 name => "client-auth-${protocol_name}-request" 90 name => "client-auth-${protocol_name}-require-fail" 105 ($protocol_name eq "flex" && !disabled("tls1_3")) 114 name => "client-auth-${protocol_name}-require" 142 name => "client-auth-${protocol_name}-require-non-empty-names" [all …]
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 351 if (i->protocol_name) in lws_spawn_piped() 352 pcol = lws_vhost_name_to_protocol(i->vh, i->protocol_name); in lws_spawn_piped() 355 i->protocol_name ? i->protocol_name : "default"); in lws_spawn_piped()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 336 if (i->protocol_name) in lws_spawn_piped() 337 pcol = lws_vhost_name_to_protocol(i->vh, i->protocol_name); in lws_spawn_piped() 340 i->protocol_name ? i->protocol_name : "default"); in lws_spawn_piped()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-adopt.h | 264 int flags, const char *protocol_name, const char *ifname,
|
D | lws-misc.h | 976 const char *protocol_name; member
|
/third_party/libwebsockets/lib/core-net/ |
D | adopt.c | 794 int flags, const char *protocol_name, const char *ifname, in lws_create_adopt_udp() argument 810 protocol_name, parent_wsi, opaque, in lws_create_adopt_udp()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 960 pname = protocol_name(protocol); in ppp_input() 1569 const char * protocol_name(int proto) { in protocol_name() function
|
D | lcp.c | 587 pname = protocol_name(prot); in lcp_rprotrej()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 484 const char * protocol_name(int proto);
|
/third_party/ffmpeg/doc/ |
D | fftools-common-opts.texi | 117 @item protocol=@var{protocol_name} 118 Print detailed information about the protocol named @var{protocol_name}.
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 809 const char *protocol_name, struct lws *parent_wsi);
|