Home
last modified time | relevance | path

Searched defs:ng_bridge_config (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_bridge.h58 struct ng_bridge_config { struct
59 u_char ipfw[NG_BRIDGE_MAX_LINKS]; /* enable ipfw */
60 u_char debugLevel; /* debug level */
61 u_int32_t loopTimeout; /* link loopback mute time */
62 u_int32_t maxStaleness; /* max host age before nuking */
63 u_int32_t minStableAge; /* min time for a stable host */
/f-stack/freebsd/netgraph/
H A Dng_bridge.h69 struct ng_bridge_config { struct
79 struct ng_bridge_config cfg; argument