Lines Matching full:tap
52 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses
103 # Configure the TAP interface to use an RFC5737 nonrouteable address
115 # Configure a TAP interface
159 # Configure the TAP interface to use a nonrouteable RFC3849
171 # Configure a TAP interface
217 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses
231 # Configure TAP interfaces
233 TAP0=$TAP
235 TAP1=$TAP
263 # Configure the TAP interfaces to use nonrouteable RFC3849
277 # Configure TAP interfaces
279 TAP0=$TAP
281 TAP1=$TAP
302 # Create two tap interfaces and assign them both the same IP address but with
322 TAP0=${TAP}
324 TAP1=${TAP}
329 TAP0=${TAP}
331 TAP1=${TAP}
343 # Create two tap interfaces and assign them both the same IP address but with
365 TAP0=${TAP}
367 TAP1=${TAP}
374 TAP0=${TAP}
376 TAP1=${TAP}
409 TAP0=${TAP}
411 TAP1=${TAP}
420 TAP0=${TAP}
422 TAP1=${TAP}
528 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses
541 # Configure TAP interfaces
564 # Configure the TAP interfaces to use a RFC3849 nonrouteable addresses
577 # Configure TAP interfaces
613 # Configure the TAP interface to use an RFC5737 nonrouteable address
629 # Configure the TAP interfaces
631 TARGET_TAP=${TAP}
635 # return ENETUNREACH, or send the packet to the wrong tap
640 # Repeat, but this time target the other tap
643 TARGET_TAP=${TAP}
666 # Configure the TAP interface to use an RFC3849 nonrouteable address
682 # Configure the TAP interfaces. Use no_dad so the addresses will be
686 TARGET_TAP=${TAP}
690 # return ENETUNREACH, or send the packet to the wrong tap
695 # Repeat, but this time target the other tap
698 TARGET_TAP=${TAP}
769 # Creates a new tap(4) interface, registers it for cleanup, and returns the
770 # name via the environment variable TAP
775 if TAPD=`ifconfig tap create`; then
776 # Record the TAP device so we can clean it up later
778 TAP=${TAPD}
780 atf_skip "Could not create a tap(4) interface"
804 # Create a tap(4) interface, configure it, and register it for cleanup.
811 # Return: the tap interface name as the env variable TAP
815 setup_iface "$TAP" "$@"