Home
last modified time | relevance | path

Searched refs:socat (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/
H A D0001-fix-compile-procan.c-failed.patch6 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 Dtest-io-channel-command.c32 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 Dmeson.build36 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 Dtest-console-socket-write49 echo socket-write | socat -u - "ABSTRACT:obmc-console.${TEST_NAME}"
H A Dtest-multiple-consoles63 socat -u "ABSTRACT:obmc-console.${TEST_B_NAME}" SYSTEM:'cat > /dev/null' &
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/
H A Dsocat_1.8.0.0.bb4 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 Dpoky.yaml.in14 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 Dgre_gso.sh123 $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 Damt.sh219 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 Dnf_nat_edemux.sh79 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 Dnft_nat.sh404 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 Dipip-conntrack-mtu.sh63 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 DREADME.md15 [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 Dswtpm_0.8.2.bb6 # 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 DREADME.md67 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 Dbuild-setup.sh187 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 DREADME.md45 ```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 Dmacos-14.vars14 …ttle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-proto…
H A Dfreebsd-14.vars14 …tomli python3 rpm2cpio rust rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-protocol tes…
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy48 SOCAT=$(which socat 2>/dev/null)
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu.yml112 - socat
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A DDockerfile16 socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
/openbmc/openbmc/poky/meta/site/
H A Darm-common103 # socat
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/
H A Dflatpak_1.15.8.bb55 PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,xauth socat-native"
/openbmc/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml119 - socat

123