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
366 TAP0=${TAP}
368 TAP1=${TAP}
375 TAP0=${TAP}
377 TAP1=${TAP}
410 TAP0=${TAP}
412 TAP1=${TAP}
421 TAP0=${TAP}
423 TAP1=${TAP}
529 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses
542 # Configure TAP interfaces
565 # Configure the TAP interfaces to use a RFC3849 nonrouteable addresses
578 # Configure TAP interfaces
614 # Configure the TAP interface to use an RFC5737 nonrouteable address
630 # Configure the TAP interfaces
632 TARGET_TAP=${TAP}
636 # return ENETUNREACH, or send the packet to the wrong tap
641 # Repeat, but this time target the other tap
644 TARGET_TAP=${TAP}
667 # Configure the TAP interface to use an RFC3849 nonrouteable address
683 # Configure the TAP interfaces. Use no_dad so the addresses will be
687 TARGET_TAP=${TAP}
691 # return ENETUNREACH, or send the packet to the wrong tap
696 # Repeat, but this time target the other tap
699 TARGET_TAP=${TAP}
770 # Creates a new tap(4) interface, registers it for cleanup, and returns the
771 # name via the environment variable TAP
776 if TAPD=`ifconfig tap create`; then
777 # Record the TAP device so we can clean it up later
779 TAP=${TAPD}
781 atf_skip "Could not create a tap(4) interface"
805 # Create a tap(4) interface, configure it, and register it for cleanup.
812 # Return: the tap interface name as the env variable TAP
816 setup_iface "$TAP" "$@"