Searched refs:tunslip6 (Results 1 – 6 of 6) sorted by relevance
20 if [ ! -f ./tunslip6 ]; then21 if [ ! -f $ZEPHYR_BASE/../net-tools/tunslip6 ]; then43 $DIR/tunslip6 -s `readlink /tmp/slip.dev` 2001:db8::1/64
1 all: tunslip6 echo-client echo-server monitor_15_4 coap-client dtls-client dtls-server throughput-c…3 tunslip6: tunslip6.o target4 $(CC) -o $@ $(CFLAGS) $(LIBS) tunslip6.c85 …rm -f *.o tunslip6 tunslip echo-client echo-server dtls-client dtls-server monitor_15_4 coap-clien…
22 for tunslip in ./tunslip6 "${0%/*}/tunslip6" $ZEPHYR_BASE/../net-tools/tunslip6
3 tunslip66 tunslip6 can be used in host side to create a tun device that11 You need to connect tunslip6 to the second qemu serial line31 3) Start tunslip633 $ sudo ./tunslip6 -s `readlink /tmp/slip.dev` 2001:db8::1/6442 tunslip6 processes called loop-socat.sh, loop-radvd.sh and114 in tunslip6 section of this document.134 in tunslip6 section of this document. Make sure that the Linux150 in tunslip6 section of this document.167 in tunslip6 section of this document.[all …]
17 running socat and tunslip6 processes. For running these, you need two
21 make tunslip6 && make echo-client && \