Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_bridgevar.h262 struct ifbropreq { struct
263 uint8_t ifbop_holdcount;
264 uint8_t ifbop_maxage;
265 uint8_t ifbop_hellotime;
266 uint8_t ifbop_fwddelay;
267 uint8_t ifbop_protocol;
268 uint16_t ifbop_priority;
269 uint16_t ifbop_root_port;
270 uint32_t ifbop_root_path_cost;
271 uint64_t ifbop_bridgeid;
[all …]
H A Dif_bridge.c998 struct ifbropreq ifbropreq; in bridge_ioctl() member