/src/sys/modules/tap/ |
Makefile | 5 KMOD= tap 6 SRCS= tap.c
|
Makefile | 5 KMOD= tap 6 SRCS= tap.c
|
tap.c | 1 /* $NetBSD: tap.c,v 1.1 2019/03/24 11:20:26 pgoyette Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: tap.c,v 1.1 2019/03/24 11:20:26 pgoyette Exp $"); 38 MODULE(MODULE_CLASS_DRIVER, tap, "if_tap");
|
tap.c | 1 /* $NetBSD: tap.c,v 1.1 2019/03/24 11:20:26 pgoyette Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: tap.c,v 1.1 2019/03/24 11:20:26 pgoyette Exp $"); 38 MODULE(MODULE_CLASS_DRIVER, tap, "if_tap");
|
/src/tests/sbin/ifconfig/ |
t_tap.sh | 35 atf_set "descr" "Test creating many, many tap(4)'s (PR kern/55417)" 43 while read tap; do 45 ifconfig "tap$tap" 48 echo "Skipping existing tap$tap" 52 ifconfig "tap$tap" create 53 echo "Created tap$tap" [all...] |
t_tap.sh | 35 atf_set "descr" "Test creating many, many tap(4)'s (PR kern/55417)" 43 while read tap; do 45 ifconfig "tap$tap" 48 echo "Skipping existing tap$tap" 52 ifconfig "tap$tap" create 53 echo "Created tap$tap" [all...] |
/src/sys/modules/if_tap/ |
Makefile | 8 IOCONF= tap.ioconf
|
Makefile | 8 IOCONF= tap.ioconf
|
/src/usr.sbin/btpand/ |
Makefile | 6 SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c 11 COPTS.tap.c+= ${CC_WNO_STRINGOP_TRUNCATION}
|
Makefile | 6 SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c 11 COPTS.tap.c+= ${CC_WNO_STRINGOP_TRUNCATION}
|
/src/sys/rump/net/lib/libtap/ |
Makefile | 7 COMMENT=/dev/tap Ethernet tunnel software network interface 9 IOCONF= TAP.ioconf
|
Makefile | 7 COMMENT=/dev/tap Ethernet tunnel software network interface 9 IOCONF= TAP.ioconf
|
/src/tests/net/if_tap/ |
Makefile | 14 .for name in tap
|
Makefile | 14 .for name in tap
|
t_tap.sh | 46 atf_set "descr" "tests of creation and deletion of tap interface" 53 rump_server_fs_start $SOCK_LOCAL netinet6 tap 69 atf_set "descr" "tests of alone tap interface" 76 rump_server_fs_start $SOCK_LOCAL netinet6 tap 77 rump_server_fs_start $SOCK_REMOTE netinet6 tap 108 # Cannot reach to an alone tap 128 atf_set "descr" "tests of alone tap interface" 136 rump_server_fs_start $SOCK_LOCAL netinet6 tap bridge 137 rump_server_fs_start $SOCK_REMOTE netinet6 tap 172 # The tap is not open, we expect this to fai [all...] |
/src/sys/dev/ic/ |
anvar.h | 152 struct an_rx_radiotap_header tap; member in union:an_softc::__anona0b5df32020a 156 struct an_tx_radiotap_header tap; member in union:an_softc::__anona0b5df32030a 162 #define sc_rxtap sc_rxtapu.tap 163 #define sc_txtap sc_txtapu.tap
|
anvar.h | 152 struct an_rx_radiotap_header tap; member in union:an_softc::__anona0b5df32020a 156 struct an_tx_radiotap_header tap; member in union:an_softc::__anona0b5df32030a 162 #define sc_rxtap sc_rxtapu.tap 163 #define sc_txtap sc_txtapu.tap
|
/src/distrib/utils/embedded/ |
usermode | 52 sudo chmod 664 /dev/tap*
|
usermode | 52 sudo chmod 664 /dev/tap*
|
/src/sys/arch/alpha/tlsb/ |
tlsb.c | 89 struct tlsb_dev_attach_args *tap = aux; local in function:tlsbprint 94 tlsb_node_type_str(tap->ta_dtype, buf, sizeof(buf)), 95 pnp, tap->ta_node); 97 aprint_normal(" node %d: %s", tap->ta_node, 98 tlsb_node_type_str(tap->ta_dtype, buf, sizeof(buf)));
|
tlsb.c | 89 struct tlsb_dev_attach_args *tap = aux; local in function:tlsbprint 94 tlsb_node_type_str(tap->ta_dtype, buf, sizeof(buf)), 95 pnp, tap->ta_node); 97 aprint_normal(" node %d: %s", tap->ta_node, 98 tlsb_node_type_str(tap->ta_dtype, buf, sizeof(buf)));
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/ |
amd-seattle-xgbe-b.dtsi | 52 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 53 amd,serdes-dfe-tap-enable = <0>, <0>, <7>; 78 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 79 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
|
amd-seattle-xgbe-b.dtsi | 52 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 53 amd,serdes-dfe-tap-enable = <0>, <0>, <7>; 78 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 79 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
|
/src/sys/arch/usermode/usermode/ |
machdep.c | 160 char *tap = argv[i] + strlen("net="); local in function:main 161 char *mac = strchr(tap, ','); 169 if (*tap != '/') { 173 for (; *tap != ','; p++, tap++) 174 *p = *tap;
|
machdep.c | 160 char *tap = argv[i] + strlen("net="); local in function:main 161 char *mac = strchr(tap, ','); 169 if (*tap != '/') { 173 for (; *tap != ','; p++, tap++) 174 *p = *tap;
|