Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_bridgevar.h234 struct ifbropreq { struct
235 uint8_t ifbop_holdcount;
236 uint8_t ifbop_maxage;
237 uint8_t ifbop_hellotime;
238 uint8_t ifbop_fwddelay;
239 uint8_t ifbop_protocol;
240 uint16_t ifbop_priority;
241 uint16_t ifbop_root_port;
242 uint32_t ifbop_root_path_cost;
243 uint64_t ifbop_bridgeid;
[all …]
H A Dif_bridge.c895 struct ifbropreq ifbropreq; in bridge_ioctl() member