Searched refs:tap (Results 1 – 5 of 5) sorted by relevance
7 have loop-socat.sh and loop-slip-tap.sh open in other terminals when you run30 $ sudo systemctl enable loop-socat loop-slip-tap31 $ sudo systemctl start loop-socat loop-slip-tap
8 ExecStart=/home/zephyr/net-tools/loop-slip-tap.sh -v5
720 tun_alloc(char *dev, int tap, int make) in tun_alloc() argument739 ifr.ifr_flags = (tap ? IFF_TAP : IFF_TUN) | IFF_NO_PI; in tun_alloc()752 tun_alloc(char *dev, int tap, int make) in tun_alloc() argument824 ifconf(const char *tundev, const char *ipaddr, int tap) in ifconf() argument834 if (!tap) { in ifconf()853 if (!tap) { in ifconf()930 int tap = 0; in main() local993 tap = 1; in main()1079 if(tap) { in main()1088 tunfd = tun_alloc(tundev, tap, make); in main()[all …]
117 ip tuntap add $IFACE mode tap $@138 ip tuntap del $IFACE mode tap
16 There are convenience scripts (_loop-socat.sh_ and _loop-slip-tap.sh_) for27 $ sudo ./loop-slip-tap.sh