Home
last modified time | relevance | path

Searched refs:protocol_name (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Daddress.cpp60 if (protocol == protocol_name::tcp) { in ~address_t()
62 } else if (protocol == protocol_name::udp) { in ~address_t()
66 else if (protocol == protocol_name::ws) { in ~address_t()
72 else if (protocol == protocol_name::wss) { in ~address_t()
78 else if (protocol == protocol_name::ipc) { in ~address_t()
83 else if (protocol == protocol_name::tipc) { in ~address_t()
88 else if (protocol == protocol_name::vmci) { in ~address_t()
96 if (protocol == protocol_name::tcp && resolved.tcp_addr) in to_string()
98 if (protocol == protocol_name::udp && resolved.udp_addr) in to_string()
101 if (protocol == protocol_name::ws && resolved.ws_addr) in to_string()
[all …]
H A Dsocket_base.cpp383 if ((protocol_ == protocol_name::pgm || protocol_ == protocol_name::epgm in check_protocol()
386 if ((protocol_ == protocol_name::pgm || protocol_ == protocol_name::epgm) in check_protocol()
397 if (protocol_ == protocol_name::udp in check_protocol()
568 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm
571 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm) {
672 if (protocol == protocol_name::ws || protocol == protocol_name::wss) {
965 else if (protocol == protocol_name::ws || protocol == protocol_name::wss) {
1021 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm) {
1076 protocol == protocol_name::pgm || protocol == protocol_name::epgm
1077 || protocol == protocol_name::norm || protocol == protocol_name::udp;
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Daddress.cpp60 if (protocol == protocol_name::tcp) { in ~address_t()
62 } else if (protocol == protocol_name::udp) { in ~address_t()
66 else if (protocol == protocol_name::ws) { in ~address_t()
72 else if (protocol == protocol_name::wss) { in ~address_t()
78 else if (protocol == protocol_name::ipc) { in ~address_t()
83 else if (protocol == protocol_name::tipc) { in ~address_t()
88 else if (protocol == protocol_name::vmci) { in ~address_t()
96 if (protocol == protocol_name::tcp && resolved.tcp_addr) in to_string()
98 if (protocol == protocol_name::udp && resolved.udp_addr) in to_string()
101 if (protocol == protocol_name::ws && resolved.ws_addr) in to_string()
[all …]
H A Dsocket_base.cpp383 if ((protocol_ == protocol_name::pgm || protocol_ == protocol_name::epgm in check_protocol()
386 if ((protocol_ == protocol_name::pgm || protocol_ == protocol_name::epgm) in check_protocol()
397 if (protocol_ == protocol_name::udp in check_protocol()
568 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm
571 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm) {
672 if (protocol == protocol_name::ws || protocol == protocol_name::wss) {
965 else if (protocol == protocol_name::ws || protocol == protocol_name::wss) {
1021 if (protocol == protocol_name::pgm || protocol == protocol_name::epgm) {
1076 protocol == protocol_name::pgm || protocol == protocol_name::epgm
1077 || protocol == protocol_name::norm || protocol == protocol_name::udp;
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-catapult-dct2000.c1438 if (strncmp(protocol_name, "s1ap", 4) == 0) { in look_for_dissector()
1457 if (strcmp(protocol_name, "tbcp") == 0) { in look_for_dissector()
1480 if (strcmp(protocol_name, "sipt") == 0) { in look_for_dissector()
1500 if (strcmp(protocol_name, "wtp") == 0) { in look_for_dissector()
1510 return find_dissector(protocol_name); in look_for_dissector()
1589 if (strcmp(protocol_name, "fp") == 0) { in attach_fp_info()
1695 if (strcmp(protocol_name, "fpiur_r5") == 0) { in attach_fp_info()
2288 const char *protocol_name; in dissect_catapult_dct2000() local
2409 protocol_name, in dissect_catapult_dct2000()
2417 if ((strcmp(protocol_name, "fp") == 0) || in dissect_catapult_dct2000()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-catapult-dct2000.c1438 if (strncmp(protocol_name, "s1ap", 4) == 0) { in look_for_dissector()
1457 if (strcmp(protocol_name, "tbcp") == 0) { in look_for_dissector()
1480 if (strcmp(protocol_name, "sipt") == 0) { in look_for_dissector()
1500 if (strcmp(protocol_name, "wtp") == 0) { in look_for_dissector()
1510 return find_dissector(protocol_name); in look_for_dissector()
1589 if (strcmp(protocol_name, "fp") == 0) { in attach_fp_info()
1695 if (strcmp(protocol_name, "fpiur_r5") == 0) { in attach_fp_info()
2288 const char *protocol_name; in dissect_catapult_dct2000() local
2409 protocol_name, in dissect_catapult_dct2000()
2417 if ((strcmp(protocol_name, "fp") == 0) || in dissect_catapult_dct2000()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-catapult-dct2000.c1438 if (strncmp(protocol_name, "s1ap", 4) == 0) { in look_for_dissector()
1457 if (strcmp(protocol_name, "tbcp") == 0) { in look_for_dissector()
1480 if (strcmp(protocol_name, "sipt") == 0) { in look_for_dissector()
1500 if (strcmp(protocol_name, "wtp") == 0) { in look_for_dissector()
1510 return find_dissector(protocol_name); in look_for_dissector()
1589 if (strcmp(protocol_name, "fp") == 0) { in attach_fp_info()
1695 if (strcmp(protocol_name, "fpiur_r5") == 0) { in attach_fp_info()
2288 const char *protocol_name; in dissect_catapult_dct2000() local
2409 protocol_name, in dissect_catapult_dct2000()
2417 if ((strcmp(protocol_name, "fp") == 0) || in dissect_catapult_dct2000()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-catapult-dct2000.c1438 if (strncmp(protocol_name, "s1ap", 4) == 0) { in look_for_dissector()
1457 if (strcmp(protocol_name, "tbcp") == 0) { in look_for_dissector()
1480 if (strcmp(protocol_name, "sipt") == 0) { in look_for_dissector()
1500 if (strcmp(protocol_name, "wtp") == 0) { in look_for_dissector()
1510 return find_dissector(protocol_name); in look_for_dissector()
1589 if (strcmp(protocol_name, "fp") == 0) { in attach_fp_info()
1695 if (strcmp(protocol_name, "fpiur_r5") == 0) { in attach_fp_info()
2288 const char *protocol_name; in dissect_catapult_dct2000() local
2409 protocol_name, in dissect_catapult_dct2000()
2417 if ((strcmp(protocol_name, "fp") == 0) || in dissect_catapult_dct2000()
[all …]
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/conf/
H A DProtocolConfiguration.java18 private final String protocol_name; field in ProtocolConfiguration
35 protocol_name=config_str; in ProtocolConfiguration()
45 protocol_name=config_str.substring(0, index); in ProtocolConfiguration()
51 public ProtocolConfiguration(String protocol_name, Map<String,String> properties) { in ProtocolConfiguration() argument
52 this.protocol_name=protocol_name; in ProtocolConfiguration()
58 return protocol_name; in getProtocolName()
101 if(protocol_name == null) in toString()
104 retval.append(protocol_name); in toString()
119 StringBuilder buf=new StringBuilder(protocol_name); in getProtocolString()
139 StringBuilder buf=new StringBuilder(protocol_name + ' '); in getProtocolStringNewXml()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/modules/
H A Dmodule_block.py26 def add_module(fheader, library, format_name, protocol_name): argument
31 if protocol_name != "":
32 lines.append('.protocol_name = "' + protocol_name + '",')
48 protocol_name = get_string_struct(line)
50 add_module(fheader, library, format_name, protocol_name)
55 protocol_name = ""
/dports/emulators/qemu5/qemu-5.2.0/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/modules/
H A Dmodule_block.py26 def add_module(fheader, library, format_name, protocol_name): argument
31 if protocol_name != "":
32 lines.append('.protocol_name = "' + protocol_name + '",')
48 protocol_name = get_string_struct(line)
50 add_module(fheader, library, format_name, protocol_name)
55 protocol_name = ""
/dports/emulators/qemu42/qemu-4.2.1/scripts/modules/
H A Dmodule_block.py26 def add_module(fheader, library, format_name, protocol_name): argument
31 if protocol_name != "":
32 lines.append('.protocol_name = "' + protocol_name + '",')
48 protocol_name = get_string_struct(line)
50 add_module(fheader, library, format_name, protocol_name)
55 protocol_name = ""
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu/qemu-6.2.0/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu60/qemu-6.0.0/scripts/modules/
H A Dmodule_block.py25 def add_module(fheader, library, format_name, protocol_name): argument
30 if protocol_name != "":
31 lines.append('.protocol_name = "' + protocol_name + '",')
47 protocol_name = get_string_struct(line)
49 add_module(fheader, library, format_name, protocol_name)
54 protocol_name = ""
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A D04-client_auth.conf.in25 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 …]

12345678910>>...41