Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dif_bridgevar.h232 struct ifbropreq { struct
233 uint8_t ifbop_holdcount;
234 uint8_t ifbop_maxage;
235 uint8_t ifbop_hellotime;
236 uint8_t ifbop_fwddelay;
237 uint8_t ifbop_protocol;
238 uint16_t ifbop_priority;
239 uint16_t ifbop_root_port;
240 uint32_t ifbop_root_path_cost;
241 uint64_t ifbop_bridgeid;
[all …]
Dif_bridge.c897 struct ifbropreq ifbropreq; in bridge_ioctl() member