Searched refs:downstream (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/share/examples/netgraph/
H A Dframe_relay10 ngctl mkpeer ${CARD}: frame_relay rawdata downstream
23 ngctl mkpeer ${CARD}:rawdata rfc1490 dlci${DLCI} downstream
39 # ngctl mkpeer ${CARD}: frame_relay rawdata downstream
44 # ngctl mkpeer mux: rfc1490 dlci${DLCI} downstream
/freebsd-10.1-release/sys/netgraph/
H A Dng_pipe.h70 struct ng_pipe_hookstat downstream; member in struct:ng_pipe_stats
76 { "downstream", (hstype) }, \
102 struct ng_pipe_hookrun downstream; member in struct:ng_pipe_run
108 { "downstream", (hstype) }, \
148 struct ng_pipe_hookcfg downstream; member in struct:ng_pipe_cfg
158 { "downstream", (hstype) }, \
H A Dng_car.c401 bcopy(&priv->upper.stats, &bstats->downstream,
402 sizeof(bstats->downstream));
426 bcopy(&priv->upper.conf, &bconf->downstream,
427 sizeof(bconf->downstream));
431 if (bconf->downstream.opt & NG_CAR_COUNT_PACKETS) {
432 bconf->downstream.cir /= 1024;
433 bconf->downstream.pir /= 1024;
434 bconf->downstream.cbs /= 128;
435 bconf->downstream.ebs /= 128;
456 if (bconf->downstream
[all...]
H A Dng_car.h62 struct ng_car_hookstats downstream; member in struct:ng_car_bulkstats
66 { "downstream", (hstatstype) }, \
123 struct ng_car_hookconf downstream; member in struct:ng_car_bulkconf
127 { "downstream", (hconftype) }, \
H A Dng_frame_relay.c49 * It has a 'downstream' hook that goes to the line, and a
91 struct ctxinfo downstream; member in struct:frmrel_softc
227 * We allow hooks called "debug", "downstream" and dlci[0-1023]
229 * channel. A NULL pointer is debug and a DLCI of -1 means downstream.
248 * trailing channel number up to 4 digits, or are the downstream
254 /* It must be the downstream connection */
259 if (sc->downstream.hook)
263 NG_HOOK_SET_PRIVATE(hook, &sc->downstream);
264 sc->downstream.hook = hook;
265 sc->downstream
[all...]
H A Dng_cisco.c98 uint16_t af; /* address family, -1 = downstream */
108 struct protoent downstream; member in struct:cisco_priv
203 sc->downstream.af = 0xffff;
220 sc->downstream.hook = hook;
221 NG_HOOK_SET_PRIVATE(hook, &sc->downstream);
392 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m);
429 /* If it is the downstream hook, stop the timers */
632 NG_SEND_DATA_ONLY(error, sc->downstream.hook, m);
H A Dng_pipe.c37 * lower hook is referenced as downstream, and vice versa. Parameters for
323 bcopy(&priv->upper.stats, &stats->downstream,
324 sizeof(stats->downstream));
342 bcopy(&priv->upper.run, &run->downstream,
343 sizeof(run->downstream));
354 bcopy(&priv->upper.cfg, &cfg->downstream,
355 sizeof(cfg->downstream));
362 cfg->downstream.bandwidth) {
365 cfg->downstream.bandwidth = 0;
409 parse_cfg(&priv->upper.cfg, &cfg->downstream,
[all...]
/freebsd-10.1-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt191 * and SAS Expander Page 0 to flag a downstream initiator
/freebsd-10.1-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt213 * and SAS Expander Page 0 to flag a downstream initiator

Completed in 122 milliseconds