Searched refs:tap (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/sys/modules/tap/
H A DMakefile5 KMOD= tap
6 SRCS= tap.c
H A Dtap.c1 /* $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");
/netbsd-current/tests/sbin/ifconfig/
H A Dt_tap.sh35 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...]
/netbsd-current/sys/modules/if_tap/
H A DMakefile8 IOCONF= tap.ioconf
/netbsd-current/usr.sbin/btpand/
H A DMakefile6 SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c
11 COPTS.tap.c+= ${CC_WNO_STRINGOP_TRUNCATION}
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtap_bio.c25 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_ctr
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplateparamsem.d110 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
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlfsr.h50 isc_uint32_t tap; /*%< bit taps */ member in struct:isc_lfsr
61 isc_uint32_t tap, unsigned int count,
77 *\li tap != 0
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlfsr.h46 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
/netbsd-current/sys/rump/net/lib/libtap/
H A DMakefile7 COMMENT=/dev/tap Ethernet tunnel software network interface
/netbsd-current/tests/net/if_tap/
H A DMakefile14 .for name in tap
H A Dt_tap.sh46 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 i
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlfsr.c37 isc_uint32_t tap, unsigned int count,
42 REQUIRE(tap != 0);
46 lfsr->tap = tap;
79 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
36 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlfsr.c29 isc_lfsr_init(isc_lfsr_t *lfsr, uint32_t state, unsigned int bits, uint32_t tap, argument
33 REQUIRE(tap != 0);
37 lfsr->tap = tap;
72 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-enet.c40 struct tap_header tap; member in struct:packet_header
81 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
84 ph->tap.th_wirelen, caplen)) {
88 (struct timeval *)ph->tap.th_timestamp,
89 ph->tap.th_wirelen, caplen);
/netbsd-current/sys/dev/ic/
H A Danvar.h152 struct an_rx_radiotap_header tap; member in union:an_softc::__anon19
156 struct an_tx_radiotap_header tap; member in union:an_softc::__anon20
162 #define sc_rxtap sc_rxtapu.tap
163 #define sc_txtap sc_txtapu.tap
H A Dwivar.h163 struct wi_rx_radiotap_header tap; member in union:wi_softc::__anon87
167 struct wi_tx_radiotap_header tap; member in union:wi_softc::__anon88
183 #define sc_rxtap sc_rxtapu.tap
184 #define sc_txtap sc_txtapu.tap
H A Datwvar.h285 struct atw_rx_radiotap_header tap; member in union:atw_softc::__anon24
289 struct atw_tx_radiotap_header tap; member in union:atw_softc::__anon25
295 #define sc_rxtap sc_rxtapu.tap
296 #define sc_txtap sc_txtapu.tap
/netbsd-current/distrib/utils/embedded/
H A Dusermode52 sudo chmod 664 /dev/tap*
/netbsd-current/sys/rump/net/
H A DMakefile.rumpnetcomp7 RUMPNETCOMP+= netipsec gif ipsec netmpls npf l2tp lagg local pppoe shmif tap
/netbsd-current/sys/arch/alpha/tlsb/
H A Dtlsb.c89 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)));
/netbsd-current/sys/arch/usermode/usermode/
H A Dmachdep.c160 char *tap = argv[i] + strlen("net="); local
161 char *mac = strchr(tap, ',');
169 if (*tap != '/') {
173 for (; *tap != ','; p++, tap++)
174 *p = *tap;
/netbsd-current/sys/arch/alpha/mcbus/
H A Dmcbus.c93 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));
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_emac.c60 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);
547 emac->tap = open ("/dev/net/tun", O_RDWR);
548 if (emac->tap == -1)
556 strcpy (emac->ifr.ifr_name, "tap-gdb");
559 if (ioctl (emac->tap, TUNSETIFF, &emac->ifr) < 0
561 || ioctl (emac->tap, TUNSETNOCSUM) < 0
564 || ioctl (emac->tap, TUNSETSNDBU
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_emac.c60 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, TUNSETSNDBU
[all...]

Completed in 336 milliseconds

123