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

/freebsd-11-stable/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-11-stable/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.h62 struct ng_car_hookstats downstream; member in struct:ng_car_bulkstats
66 { "downstream", (hstatstype) }, \
122 struct ng_car_hookconf downstream; member in struct:ng_car_bulkconf
126 { "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
229 * We allow hooks called "debug", "downstream" and dlci[0-1023]
231 * channel. A NULL pointer is debug and a DLCI of -1 means downstream.
250 * trailing channel number up to 4 digits, or are the downstream
256 /* It must be the downstream connection */
261 if (sc->downstream.hook)
265 NG_HOOK_SET_PRIVATE(hook, &sc->downstream);
266 sc->downstream.hook = hook;
267 sc->downstream
[all...]
H A Dng_car.c435 bcopy(&priv->upper.stats, &bstats->downstream,
436 sizeof(bstats->downstream));
460 bcopy(&priv->upper.conf, &bconf->downstream,
461 sizeof(bconf->downstream));
465 if (bconf->downstream.opt & NG_CAR_COUNT_PACKETS) {
466 bconf->downstream.cir /= 1024;
467 bconf->downstream.pir /= 1024;
468 bconf->downstream.cbs /= 128;
469 bconf->downstream.ebs /= 128;
490 if (bconf->downstream
[all...]
H A Dng_cisco.c93 uint16_t af; /* address family, -1 = downstream */
103 struct protoent downstream; member in struct:cisco_priv
198 sc->downstream.af = 0xffff;
215 sc->downstream.hook = hook;
216 NG_HOOK_SET_PRIVATE(hook, &sc->downstream);
387 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m);
424 /* If it is the downstream hook, stop the timers */
627 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-11-stable/crypto/openssh/
H A Dchannels.c124 Channel *downstream; /* Downstream mux*/ member in struct:__anon4489
455 if (permitted_opens[i].downstream != c)
477 permitted_opens[i].downstream = NULL;
2429 * with downstream messages from the mux client and upstream messages
2431 * 1) Handling downstream messages is straightforward and happens
2435 * downstream client, we have to replace the channel IDs used by the
2448 * downstream mux client are removed.
2453 * specific downstream client based on the listen-address/port.
2460 * receive packets from downstream mux clients:
2466 channel_proxy_downstream(Channel *downstream) argument
2630 Channel *downstream; local
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk255 # ensure downstream uses of kernel-depend are handled.

Completed in 1112 milliseconds