Lines Matching full:tap
5 Universal TUN/TAP device driver
13 FreeBSD TAP driver
21 TUN/TAP provides packet reception and transmission for user space programs.
34 IP packets (with tun) or ethernet frames (with tap). Which one is being used
38 for how to use tun and tap devices. Both programs work like a bridge between
104 * IFF_TAP - TAP device
158 * IFF_TAP - TAP device
209 Universal TUN/TAP device driver Frequently Asked Question
212 1. What platforms are supported by TUN/TAP driver ?
220 2. What is TUN/TAP driver used for?
222 As mentioned above, main purpose of TUN/TAP driver is tunneling.
225 Another interesting application using TUN/TAP is pipsecd
240 and decrypts the data received and writes the packet to the TAP device,
243 4. What is the difference between TUN driver and TAP driver?
245 TUN works with IP frames. TAP works with Ethernet frames.
248 ethernet frames when using tap.
250 5. What is the difference between BPF and TUN/TAP driver?
254 A TUN/TAP driver does provide a virtual network interface and it is possible
257 6. Does TAP driver support kernel Ethernet bridging?