Searched refs:atm (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10-stable/sys/modules/netgraph/atm/
H A DMakefile4 atm \
/freebsd-10-stable/sys/modules/netgraph/atm/atm/
H A DMakefile5 .PATH: ${.CURDIR}/../../../../netgraph/atm
/freebsd-10-stable/etc/rc.d/
H A Datm137 name="atm"
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
H A Datm250 atm_phy=`atm show stat int | { read junk ; read junk ; \
80 atm set arpserver ${net} ${atmarp_args} ||
91 atm add arp ${arp_args}
H A Datm349 atm_nif=`atm sh netif | { read junk ; \
H A Drouting38 for _a in inet inet6 atm; do
67 for _a in inet inet6 ipx atm; do
/freebsd-10-stable/sys/modules/netgraph/atm/sscfu/
H A DMakefile8 .PATH: ${.CURDIR}/../../../../netgraph/atm/sscfu ${LIBBASE}/netnatm/saal
/freebsd-10-stable/sys/modules/netgraph/atm/sscop/
H A DMakefile7 .PATH: ${.CURDIR}/../../../../netgraph/atm/sscop ${LIBBASE}/netnatm/saal
/freebsd-10-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h35 #include <netgraph/atm/sscfu/ng_sscfu_cust.h>
/freebsd-10-stable/sys/modules/netgraph/atm/atmbase/
H A DMakefile8 .PATH: ${.CURDIR}/../../../../netgraph/atm
/freebsd-10-stable/sys/modules/netgraph/atm/ccatm/
H A DMakefile8 .PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
/freebsd-10-stable/sys/modules/netgraph/atm/uni/
H A DMakefile8 .PATH: ${.CURDIR}/../../../../netgraph/atm/uni
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A DMakefile8 MOD= atm
/freebsd-10-stable/sys/netgraph/
H A Dng_atmllc.c53 hook_p atm; member in struct:ng_atmllc_priv
124 if (priv->atm != NULL) {
127 priv->atm = hook;
160 if (hook == priv->atm) {
219 outhook = priv->atm;
236 outhook = priv->atm;
258 if (hook == priv->atm) {
259 priv->atm = NULL;
/freebsd-10-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h44 #include <netgraph/atm/ngatmbase.h>
/freebsd-10-stable/sys/modules/netgraph/
H A DMakefile7 atm \
/freebsd-10-stable/share/man/man8/
H A DMakefile17 MLINKS= rc.8 rc.atm.8 \
/freebsd-10-stable/rescue/rescue/
H A DMakefile173 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/
H A DMakefile13 # CFLAGS+= -DPATH_HELP='".:${SHAREDIR}/doc/atm:/usr/local/share/doc/atm"'
36 FILESDIR= ${SHAREDIR}/doc/atm
H A Ddiag.c232 if (asprintf(&str, "hw.atm.%s.phy_%s", ifname, var) == -1)
254 struct ifatm_mib atm; local
283 len = sizeof(atm);
284 if (sysctl(name, 6, &atm, &len, NULL, 0) == -1)
291 d->mib = atm;
493 static int atm; local
497 { "atm", OPT_SIMPLE, &atm },
517 if (!atm && !hardware)
518 atm
[all...]
/freebsd-10-stable/sbin/
H A DMakefile74 SUBDIR+= atm
/freebsd-10-stable/sys/net/
H A Dif_atmsubr.c99 SYSCTL_NODE(_hw, OID_AUTO, atm, CTLFLAG_RW, 0, "ATM hardware");
101 static MALLOC_DEFINE(M_IFATM, "ifatm", "atm interface internals");
173 * (atm pseudo header (4) + LLC/SNAP (8))
497 "atm",
502 DECLARE_MODULE(atm, atm_mod, SI_SUB_INIT_IF, SI_ORDER_ANY);
503 MODULE_VERSION(atm, 1);
/freebsd-10-stable/sys/netgraph/atm/uni/
H A Dng_uni.c53 #include <netgraph/atm/ngatmbase.h>
56 #include <netgraph/atm/uni/ng_uni_cust.h>
59 #include <netgraph/atm/ng_sscop.h>
60 #include <netgraph/atm/ng_sscfu.h>
61 #include <netgraph/atm/ng_uni.h>
H A Dng_uni_cust.h44 #include <netgraph/atm/ngatmbase.h>
/freebsd-10-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c52 #include <netgraph/atm/ng_sscop.h>
53 #include <netgraph/atm/ng_sscfu.h>
54 #include <netgraph/atm/sscfu/ng_sscfu_cust.h>

Completed in 275 milliseconds

12