/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | 50-gbmc-br-cn-redirect.rules | 15 tcp dport 10167-10168 mark set 0xff 16 mark 1 tcp dport 10166 tcp dport set 10167 notrack 17 mark 2 tcp dport 10166 tcp dport set 10168 notrack 21 tcp sport 10167 tcp sport set 10166 notrack 22 tcp sport 10168 tcp sport set 10166 notrack
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 083.out | 4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 36 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 40 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo [all …]
|
H A D | 083 | 56 --tcp) 58 proto=tcp 81 if [ "$proto" = "tcp" ]; then 97 # Extract the final address (port number has now been assigned in tcp case) 101 if [ "$proto" = "tcp" ]; then 102 nbd_url="nbd+tcp://$nbd_addr/$export_name" 112 for proto in tcp unix; do
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
H A D | gensio_2.8.7.bb | 1 SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc" 16 PACKAGECONFIG ??= "openssl tcp-wrappers" 19 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_network_security.robot | 148 Send Continuous TCP Connection Requests To Redfish Interface And Check Stability 149 [Documentation] Establish large number of TCP connections to Redfish port (443) 153 # Establish large number of TCP connections to Redfish interface. 154 ${connection_loss}= Establish TCP Connections And Get Connection Failures 161 # Check if TCP connections dropped. 166 Send Continuous TCP Connection Requests To IPMI Interface And Check Stability 167 [Documentation] Establish large number of TCP connections to IPMI interface 171 # Establish large number of TCP connections to IPMI interface. 172 ${connection_loss}= Establish TCP Connections And Get Connection Failures 178 # Check if TCP/Network connections dropped. [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inetd.conf | 11 #echo stream tcp nowait root internal 13 #chargen stream tcp nowait root internal 15 #discard stream tcp nowait root internal 17 #daytime stream tcp nowait root internal 19 #time stream tcp nowait root internal
|
/openbmc/bmcweb/http/routing/ |
H A D | websocketrule.cpp | 11 #include <boost/asio/ip/tcp.hpp> 21 boost::asio::ip::tcp::socket&& adaptor) in handleUpgrade() 25 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade() 27 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade() 35 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& adaptor) in handleUpgrade() 39 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade() 41 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
|
H A D | sserule.cpp | 13 #include <boost/asio/ip/tcp.hpp> 45 boost::asio::ip::tcp::socket&& adaptor) in handleUpgrade() 48 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade() 50 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade() 56 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& adaptor) in handleUpgrade() 59 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade() 61 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
|
/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/ |
H A D | 50-dhcp-done.rules | 3 tcp dport 23 accept 7 tcp sport { 23 } tcp flags & (syn|ack) == (syn|ack) counter comment "tcp-server-23-synack"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/ |
H A D | iptraf-ng_1.2.1.bb | 6 data like TCP connection packet and byte counts, interface statistics \ 7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \ 9 which shows TCP flag information, packet and byte counts, ICMP \ 11 interface statistics showing IP, TCP, UDP, ICMP, non-IP and other IP \ 13 counts; a TCP and UDP service monitor showing counts of incoming and \ 14 outgoing packets for common TCP and UDP application ports, a LAN \ 16 about their activity; TCP, UDP and other protocol display filters so \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
H A D | 0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch | 4 Subject: [PATCH] tcp: fix some compiler warnings with enable-tls-openssl 10 | ../../git/src/tcp.c:3765:1: error: no previous declaration for 'relpTcpGetRtryDirection_gtls' [-W… 13 | ../../git/src/tcp.c:3583:1: error: 'relpTcpChkPeerName' defined but not used [-Werror=unused-func… 28 src/tcp.c | 11 ++++------- 31 diff --git a/src/tcp.c b/src/tcp.c 33 --- a/src/tcp.c 34 +++ b/src/tcp.c
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_network_nping.robot | 41 [Documentation] Send TCP, UDP or ICMP packets to the target. 42 [Arguments] ${host} ${packet_type}=tcp ${port}=80 46 # ${packet_type}- type of packets to be sent viz tcp, udp or icmp. 51 # by default it sends 100 TCP packets at 5 packets/second. 67 # SENT (0.0181s) TCP Source IP:37577 > 69 # SENT (0.2189s) TCP Source IP:37577 > 71 # RCVD (0.4120s) TCP Destination IP:80 >
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | tls-tests.c | 487 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_psk_match() 501 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_psk_mismatch() 514 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_default_host() 525 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_override_host() 539 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_mismatch_host() 551 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_friendly_client() 565 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_hostile_client() 577 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_allow_anon_client() 591 .listen_uri = "tcp:127.0.0.1:0", in test_precopy_tcp_tls_x509_reject_anon_client() 788 migration_test_add("/migration/precopy/tcp/tls/psk/match", in migration_test_add_tls_smoke() [all …]
|
H A D | compression-tests.c | 184 migration_test_add("/migration/multifd/tcp/plain/zlib", in migration_test_add_compression_smoke() 199 migration_test_add("/migration/multifd/tcp/plain/zstd", in migration_test_add_compression() 202 migration_test_add("/migration/multifd+postcopy/tcp/plain/zstd", in migration_test_add_compression() 208 migration_test_add("/migration/multifd/tcp/plain/qatzip", in migration_test_add_compression() 213 migration_test_add("/migration/multifd/tcp/plain/qpl", in migration_test_add_compression() 218 migration_test_add("/migration/multifd/tcp/plain/uadk", in migration_test_add_compression()
|
/openbmc/bmcweb/http/ |
H A D | app.hpp | 18 #include <boost/asio/ip/tcp.hpp> 39 using raw_socket_t = boost::asio::ip::tcp::socket; 140 boost::asio::ip::tcp::acceptor( in setupSocket() 141 getIoContext(), boost::asio::ip::tcp::v6(), listenFd), in setupSocket() 151 using boost::asio::ip::tcp; in setupSocket() 152 tcp::endpoint end(tcp::v6(), defaultPort); in setupSocket() 153 tcp::acceptor acc(getIoContext(), end); in setupSocket()
|
H A D | test_stream.hpp | 4 #include <boost/asio/ip/tcp.hpp> 13 Additionally it adds remote_endpoint to allow testing of TCP-specific behaviors 21 using endpoint = boost::asio::ip::tcp::endpoint;
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | network | 42 #active tcp connections 43 activetcp="/proc/net/tcp" 45 add_cmd_output "echo $'\n[activetcp]'" "$file_name" "active tcp" 46 add_cmd_output "cat $activetcp" "$file_name" "active tcp"
|
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/ |
H A D | test_smack_tcp_sockets.sh | 41 echo "Sockets with different labels should not communicate on tcp" 59 echo "Sockets with different labels, but having rw access, should communicate on tcp" 74 echo "Sockets with same labels should communicate on tcp" 90 echo "Should have access on tcp socket labeled star (*)" 106 echo "Socket labeled star should not have access to any tcp socket"
|
/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/ |
H A D | tpm2.py | 11 cls.tc.target.run('swtpm_ioctl -s --tcp :2322') 16 cls.tc.target.run('swtpm_ioctl -s --tcp :2322') 36 …tpm socket -d --tpmstate dir=/tmp/myvtpm2 --tpm2 --ctrl type=tcp,port=2322 --server type=tcp,port=… 68 (status, output) = self.target.run('swtpm_ioctl -i --tcp :2322')
|
/openbmc/openbmc/poky/meta/recipes-extended/quota/ |
H A D | quota_4.09.bb | 28 PACKAGECONFIG ??= "tcp-wrappers rpc bsd" 29 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc" 31 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AllowDeny.v1_0_3.json | 95 …"description": "The TCP, UDP, or other destination port to which this rule begins application, inc… 96 …"longDescription": "This property shall contain the TCP, UDP, or other destination port to which t… 104 …"description": "The TCP, UDP, or other destination port to which this rule ends application, inclu… 105 …"longDescription": "This property shall contain the TCP, UDP, or other destination port to which t… 126 …ription": "The IANA protocol number to which this permission applies. For TCP, this is `6`. For … 179 …"description": "The TCP, UDP, or other source port to which this rule begins application, inclusiv… 180 …"longDescription": "This property shall contain the TCP, UDP, or other source port to which this r… 188 …"description": "The TCP, UDP or other source port to which this rule ends application, inclusive.", 189 …"longDescription": "This property shall contain the TCP, UDP, or other source port to which this r…
|
/openbmc/bmcweb/include/ |
H A D | async_resolve.hpp | 13 #include <boost/asio/ip/tcp.hpp> 28 boost::asio::ip::tcp::endpoint& endpoint) in endpointFromResolveTuple() 59 // boost::asio::tcp:::resolver 69 using results_type = std::vector<boost::asio::ip::tcp::endpoint>; 73 // boost::asio::ip::tcp::resolver 113 boost::asio::ip::tcp::endpoint endpoint; in async_resolve()
|
/openbmc/bmcweb/test/include/ |
H A D | async_resolve_test.cpp | 5 #include <boost/asio/ip/tcp.hpp> 11 boost::asio::ip::tcp::endpoint ep; in TEST() 21 boost::asio::ip::tcp::endpoint ep; in TEST()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-net.h | 66 RSC_BYPASS, /* Packet to be bypass, not tcp, tcp ctrl, etc */ 106 struct tcp_header *tcp; /* tcp header */ member 107 uint16_t tcp_hdrlen; /* tcp header len */ 108 uint16_t payload; /* pure payload without virtio/eth/ip/tcp */
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_security_utils.robot | 10 [Documentation] Send TCP, UDP or ICMP packets to any network device and return packet loss. 16 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 35 [Documentation] Send TCP with flags to the target. 42 # packet_type The type of packets to be sent ("tcp, "udp", "icmp").
|