Searched refs:atm (Results 1 – 25 of 51) sorted by relevance
123
| /freebsd-10-stable/etc/rc.d/ |
| D | atm1 | 65 atmdev=`atm sh stat int | while read dev junk; do 114 atm set netif ${phy} ${netif_args} || continue 127 atm set mac ${phy} ${macaddr_args} || continue 135 atm attach ${phy} ${sigmgr_args} || continue 154 atm set prefix ${phy} ${prefix_args} || continue
|
| D | atm2 | 50 atm_phy=`atm show stat int | { read junk ; read junk ; \ 80 atm set arpserver ${net} ${atmarp_args} || 91 atm add arp ${arp_args}
|
| D | atm3 | 49 atm_nif=`atm sh netif | { read junk ; \
|
| D | routing | 38 for _a in inet inet6 atm; do 67 for _a in inet inet6 ipx atm; do
|
| /freebsd-10-stable/sys/netgraph/ |
| D | ng_atmllc.c | 53 hook_p atm; member 124 if (priv->atm != NULL) { in ng_atmllc_newhook() 127 priv->atm = hook; in ng_atmllc_newhook() 160 if (hook == priv->atm) { in ng_atmllc_rcvdata() 219 outhook = priv->atm; in ng_atmllc_rcvdata() 236 outhook = priv->atm; in ng_atmllc_rcvdata() 258 if (hook == priv->atm) { in ng_atmllc_disconnect() 259 priv->atm = NULL; in ng_atmllc_disconnect()
|
| /freebsd-10-stable/rescue/rescue/ |
| D | Makefile | 173 CRUNCH_SRCDIR_atm= $(.CURDIR)/../../sbin/atm/atm 174 CRUNCH_SRCDIR_atmconfig= $(.CURDIR)/../../sbin/atm/atmconfig 175 CRUNCH_SRCDIR_fore_dnld= $(.CURDIR)/../../sbin/atm/fore_dnld 176 CRUNCH_SRCDIR_ilmid= $(.CURDIR)/../../sbin/atm/ilmid
|
| /freebsd-10-stable/sbin/atm/atmconfig/ |
| D | diag.c | 254 struct ifatm_mib atm; in diagif_fetch() local 283 len = sizeof(atm); in diagif_fetch() 284 if (sysctl(name, 6, &atm, &len, NULL, 0) == -1) in diagif_fetch() 291 d->mib = atm; in diagif_fetch() 493 static int atm; in diag_config() local 497 { "atm", OPT_SIMPLE, &atm }, in diag_config() 517 if (!atm && !hardware) in diag_config() 518 atm = 1; in diag_config() 520 if (atm) in diag_config()
|
| D | atm_oid.list | 1 # $FreeBSD: stable/10/sbin/atm/atmconfig/atm_oid.list 133565 2004-08-12 12:31:43Z harti $
|
| D | Makefile | 36 FILESDIR= ${SHAREDIR}/doc/atm
|
| D | atmconfig.help | 34 # $FreeBSD: stable/10/sbin/atm/atmconfig/atmconfig.help 133565 2004-08-12 12:31:43Z harti $ 106 usage: atmconfig [common-options] diag config [-hardware] [-atm] [device ...] 109 -atm print ATM related information
|
| /freebsd-10-stable/sys/net/ |
| D | if_atmsubr.c | 99 SYSCTL_NODE(_hw, OID_AUTO, atm, CTLFLAG_RW, 0, "ATM hardware"); 502 DECLARE_MODULE(atm, atm_mod, SI_SUB_INIT_IF, SI_ORDER_ANY); 503 MODULE_VERSION(atm, 1);
|
| /freebsd-10-stable/sys/modules/netgraph/atm/ |
| D | Makefile | 4 atm \
|
| /freebsd-10-stable/sys/modules/netgraph/atm/atm/ |
| D | Makefile | 5 .PATH: ${.CURDIR}/../../../../netgraph/atm
|
| /freebsd-10-stable/sys/modules/netgraph/atm/sscfu/ |
| D | Makefile | 8 .PATH: ${.CURDIR}/../../../../netgraph/atm/sscfu ${LIBBASE}/netnatm/saal
|
| /freebsd-10-stable/sys/modules/netgraph/atm/sscop/ |
| D | Makefile | 7 .PATH: ${.CURDIR}/../../../../netgraph/atm/sscop ${LIBBASE}/netnatm/saal
|
| /freebsd-10-stable/sys/modules/netgraph/atm/atmbase/ |
| D | Makefile | 8 .PATH: ${.CURDIR}/../../../../netgraph/atm
|
| /freebsd-10-stable/sys/modules/netgraph/atm/ccatm/ |
| D | Makefile | 8 .PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
|
| /freebsd-10-stable/sys/modules/netgraph/atm/uni/ |
| D | Makefile | 8 .PATH: ${.CURDIR}/../../../../netgraph/atm/uni
|
| /freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_atm/ |
| D | Makefile | 8 MOD= atm
|
| /freebsd-10-stable/share/man/man8/ |
| D | Makefile | 17 MLINKS= rc.8 rc.atm.8 \
|
| /freebsd-10-stable/sys/modules/netgraph/ |
| D | Makefile | 7 atm \
|
| /freebsd-10-stable/tools/regression/atm/ |
| D | README | 1 $FreeBSD: stable/10/tools/regression/atm/README 182531 2008-08-31 11:41:31Z rwatson $
|
| /freebsd-10-stable/sbin/ |
| D | Makefile | 74 SUBDIR+= atm
|
| /freebsd-10-stable/tools/regression/ |
| D | TODO | 25 atm/
|
| /freebsd-10-stable/etc/mtree/ |
| D | BSD.include.dist | 271 atm
|
123