| /src/sys/modules/tap/ |
| 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");
|
| /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...] |
| /src/sys/modules/if_tap/ |
| 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}
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tap_bio.c | 25 static BIO_METHOD *tap = NULL; local 27 if (tap == NULL) { 28 tap = BIO_meth_new(BIO_TYPE_START | BIO_TYPE_FILTER, "tap"); 29 if (tap != NULL) { 30 BIO_meth_set_write_ex(tap, tap_write_ex); 31 BIO_meth_set_read_ex(tap, tap_read_ex); 32 BIO_meth_set_puts(tap, tap_puts); 33 BIO_meth_set_gets(tap, tap_gets); 34 BIO_meth_set_ctrl(tap, tap_ctrl) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| templateparamsem.d | 110 override void visit(TemplateAliasParameter tap) 112 if (tap.specType && !reliesOnTident(tap.specType, parameters)) 114 tap.specType = tap.specType.typeSemantic(tap.loc, sc); 116 tap.specAlias = aliasParameterSemantic(tap.loc, sc, tap.specAlias, parameters); 120 if (tap.defaultAlias [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| lfsr.h | 46 uint32_t tap; /*%< bit taps */ member in struct:isc_lfsr 55 isc_lfsr_init(isc_lfsr_t *lfsr, uint32_t state, unsigned int bits, uint32_t tap, 71 *\li tap != 0
|
| /src/sys/rump/net/lib/libtap/ |
| 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
|
| 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/external/mpl/dhcp/bind/dist/lib/isc/ |
| lfsr.c | 29 isc_lfsr_init(isc_lfsr_t *lfsr, uint32_t state, unsigned int bits, uint32_t tap, 33 REQUIRE(tap != 0); 37 lfsr->tap = tap; 72 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
|
| /src/external/bsd/libpcap/dist/ |
| pcap-enet.c | 38 struct tap_header tap; member in struct:packet_header 79 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap 82 ph->tap.th_wirelen, caplen)) { 86 (struct timeval *)ph->tap.th_timestamp, 87 ph->tap.th_wirelen, caplen);
|
| /src/sys/dev/ic/ |
| anvar.h | 152 struct an_rx_radiotap_header tap; member in union:an_softc::__anon2701 156 struct an_tx_radiotap_header tap; member in union:an_softc::__anon2702 162 #define sc_rxtap sc_rxtapu.tap 163 #define sc_txtap sc_txtapu.tap
|
| wivar.h | 163 struct wi_rx_radiotap_header tap; member in union:wi_softc::__anon3067 167 struct wi_tx_radiotap_header tap; member in union:wi_softc::__anon3068 183 #define sc_rxtap sc_rxtapu.tap 184 #define sc_txtap sc_txtapu.tap
|
| atwvar.h | 285 struct atw_rx_radiotap_header tap; member in union:atw_softc::__anon2725 289 struct atw_tx_radiotap_header tap; member in union:atw_softc::__anon2726 295 #define sc_rxtap sc_rxtapu.tap 296 #define sc_txtap sc_txtapu.tap
|
| rtwvar.h | 520 struct rtw_rx_radiotap_header tap; member in union:rtw_softc::__anon3041 524 struct rtw_tx_radiotap_header tap; member in union:rtw_softc::__anon3042 534 #define sc_rxtap sc_rxtapu.tap 535 #define sc_txtap sc_txtapu.tap
|
| /src/distrib/utils/embedded/ |
| usermode | 52 sudo chmod 664 /dev/tap*
|
| /src/sys/arch/alpha/tlsb/ |
| tlsb.c | 89 struct tlsb_dev_attach_args *tap = aux; local 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/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap-driver.sh | 21 me=tap-driver.sh 40 tap-driver.sh --test-name=NAME --log-file=PATH --trs-file=PATH 149 # associative array that (partly) simulates a TAP result object 150 # from the `TAP::Parser` perl module. 269 # especially true when said result is a TAP error or "Bail out!"). 320 # The TAP plan can come before or after *all* the TAP results; we speak 322 # after at least one TAP result has been seen, assume we have a late 355 # When this function is called, we know that line is a TAP result line, 378 # No further test results are acceptable after a "late" TAP pla [all...] |
| /src/sys/arch/usermode/usermode/ |
| machdep.c | 160 char *tap = argv[i] + strlen("net="); local 161 char *mac = strchr(tap, ','); 169 if (*tap != '/') { 173 for (; *tap != ','; p++, tap++) 174 *p = *tap;
|
| /src/sys/arch/alpha/mcbus/ |
| mcbus.c | 93 struct mcbus_dev_attach_args *tap = aux; local 94 aprint_normal(" mid %d: %s", tap->ma_mid, 95 mcbus_node_type_str(tap->ma_type));
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_emac.c | 60 int tap; member in struct:bfin_emac 413 ret = read (emac->tap, data, nr_bytes); 484 ret = write (emac->tap, data + 2, len); 534 close (emac->tap); 544 emac->tap = open ("/dev/net/tun", O_RDWR); 545 if (emac->tap == -1) 553 strcpy (emac->ifr.ifr_name, "tap-gdb"); 556 if (ioctl (emac->tap, TUNSETIFF, &emac->ifr) < 0 558 || ioctl (emac->tap, TUNSETNOCSUM) < 0 561 || ioctl (emac->tap, TUNSETSNDBUF, &flags) < [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_emac.c | 60 int tap; member in struct:bfin_emac 413 ret = read (emac->tap, data, nr_bytes); 484 ret = write (emac->tap, data + 2, len); 534 close (emac->tap); 544 emac->tap = open ("/dev/net/tun", O_RDWR); 545 if (emac->tap == -1) 553 strcpy (emac->ifr.ifr_name, "tap-gdb"); 556 if (ioctl (emac->tap, TUNSETIFF, &emac->ifr) < 0 558 || ioctl (emac->tap, TUNSETNOCSUM) < 0 561 || ioctl (emac->tap, TUNSETSNDBUF, &flags) < [all...] |
| /src/sys/dev/usb/ |
| if_ural.c | 964 struct ural_rx_radiotap_header *tap = &sc->sc_rxtap; local 966 tap->wr_flags = IEEE80211_RADIOTAP_F_FCS; 967 tap->wr_rate = ural_rxrate(desc); 968 tap->wr_chan_freq = htole16(ic->ic_curchan->ic_freq); 969 tap->wr_chan_flags = htole16(ic->ic_curchan->ic_flags); 970 tap->wr_antenna = sc->rx_ant; 971 tap->wr_antsignal = desc->rssi; 973 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m, BPF_D_IN); 1222 struct ural_tx_radiotap_header *tap = &sc->sc_txtap; local 1224 tap->wt_flags = 0 1312 struct ural_tx_radiotap_header *tap = &sc->sc_txtap; local [all...] |