/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/ |
H A D | 0001-fix-compile-procan.c-failed.patch | 6 1. Compile socat failed if out of tree build (build dir != source dir) 15 from ../socat-1.8.0.0/procan.c:10: 26 Upstream-Status: Submitted [socat@dest-unreach.org] 37 socat: socat.o libxio.a 38 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS) 47 @@ -132,9 +132,9 @@ install: progs $(srcdir)/doc/socat.1 49 $(INSTALL) -m 755 socat $(DESTDIR)$(BINDEST)/socat1 50 ln -sf socat1 $(DESTDIR)$(BINDEST)/socat 51 - $(INSTALL) -m 755 socat-chain.sh $(DESTDIR)$(BINDEST) 52 - $(INSTALL) -m 755 socat-mux.sh $(DESTDIR)$(BINDEST) [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-command.c | 32 static char *socat = NULL; variable 39 g_autofree gchar *srcargs = g_strdup_printf("%s - PIPE:%s,wronly", socat, fifo); in test_io_channel_command_fifo() 40 g_autofree gchar *dstargs = g_strdup_printf("%s PIPE:%s,rdonly -", socat, fifo); in test_io_channel_command_fifo() 73 if (!socat) { in test_io_channel_command_fifo_async() 83 if (!socat) { in test_io_channel_command_fifo_sync() 98 socat, "-", "-", NULL, in test_io_channel_command_echo() 101 if (!socat) { in test_io_channel_command_echo() 133 socat = g_find_program_in_path("socat"); in main()
|
/openbmc/obmc-console/test/ |
H A D | meson.build | 36 socat = find_program('socat', native: true) variable 49 args: [ socat.full_path(), server.full_path() ], 63 args: [ socat.full_path(), server.full_path(), client.full_path() ],
|
H A D | test-console-socket-write | 49 echo socket-write | socat -u - "ABSTRACT:obmc-console.${TEST_NAME}"
|
H A D | test-multiple-consoles | 63 socat -u "ABSTRACT:obmc-console.${TEST_B_NAME}" SYSTEM:'cat > /dev/null' &
|
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/ |
H A D | socat_1.8.0.0.bb | 4 HOMEPAGE = "http://www.dest-unreach.org/socat/" 12 SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 14 build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ 20 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ 25 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ 35 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | gre_gso.sh | 123 $NS_EXEC socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null & 127 cat $TMPFILE | timeout 1 socat -u STDIN TCP:$addr:$port 132 cat $TMPFILE | timeout 1 socat -u STDIN TCP:$addr:$port
|
H A D | amt.sh | 219 RESULT4=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP4-LISTEN:4000,readbytes=128 || true) 231 RESULT6=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP6-LISTEN:6000,readbytes=128 || true)
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nf_nat_edemux.sh | 79 ip netns exec $ns2 socat -t 10 - TCP:192.168.1.1:5201 > /dev/null & 86 echo test | ip netns exec $ns2 socat -t 3 -u STDIN TCP:10.96.0.1:443 >/dev/null
|
H A D | nft_nat.sh | 404 echo SERVER-$family | ip netns exec "$ns1" timeout 5 socat -u STDIN TCP-LISTEN:2000 & 409 result=$(ip netns exec "$ns0" timeout 1 socat TCP:$daddr:2000 STDOUT) 804 …echo "fake-entry" | ip netns exec "$ns2" timeout 1 socat -u STDIN UDP:"$daddrc":41404,sourceport=1… 806 echo ROUTER | ip netns exec "$ns0" timeout 5 socat -u STDIN UDP4-LISTEN:1405 & 809 echo CLIENT | ip netns exec "$ns2" timeout 5 socat -u STDIN UDP4-LISTEN:1405,reuseport & 817 result=$(echo "data" | ip netns exec "$ns1" timeout 1 socat - UDP:"$daddrs":1405,sourceport=41404) 902 socat -h > /dev/null 2>&1 1024 socat -h > /dev/null 2>&1 1039 ip netns exec "$ns1" timeout 3 socat -u UDP4-RECV:4233 OPEN:$outfile < /dev/null & 1044 ip netns exec "$ns2" timeout 3 socat - UDP4-SENDTO:"10.0.1.99:4233" < "$tmpfile" > /dev/null
|
H A D | ipip-conntrack-mtu.sh | 63 ip netns exec ${c_b} socat -t 3 - udp4-listen:5000,reuseaddr > ${rx} < /dev/null & 68 ip netns exec ${c_a} socat -t 1 -u STDIN UDP:192.168.20.2:5000
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | README.md | 15 [Linux / UNIX TCP Port Forwarder](http://www.dest-unreach.org/socat/). 30 exec socat udp-recvfrom:3960,fork exec:"$DECODE_CMD",fdout=stdout
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/ |
H A D | swtpm_0.8.2.bb | 6 # expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required f… 7 DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm js…
|
/openbmc/obmc-console/ |
H A D | README.md | 67 The socat command will output names of 2 pty's, one of which is the master and 70 $ socat -d -d pty,raw,echo=0,link=pty1 pty,raw,echo=0,link=pty2
|
/openbmc/openbmc-build-scripts/ |
H A D | build-setup.sh | 187 socat \ 242 socat \ 304 exec socat STDIO PROXY:\${PROXY}:\${1}:\${2},proxyport=\${PROXY_PORT}
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/ |
H A D | README.md | 45 ```socat -x tcp:localhost:6005 tcp:localhost:5065``` 47 - ```-x``` tells socat to print the bytes being transferred
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …ttle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-proto…
|
H A D | freebsd-14.vars | 14 …tomli python3 rpm2cpio rust rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-protocol tes…
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-git-proxy | 48 SOCAT=$(which socat 2>/dev/null)
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 112 - socat
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
H A D | Dockerfile | 16 socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
|
/openbmc/openbmc/poky/meta/site/ |
H A D | arm-common | 103 # socat
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/ |
H A D | flatpak_1.15.8.bb | 55 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
|
/openbmc/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-aarch64.yaml | 119 - socat
|