Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_bridgevar.h230 struct ifbropreq { struct
231 uint8_t ifbop_holdcount;
232 uint8_t ifbop_maxage;
233 uint8_t ifbop_hellotime;
234 uint8_t ifbop_fwddelay;
235 uint8_t ifbop_protocol;
236 uint16_t ifbop_priority;
237 uint16_t ifbop_root_port;
238 uint32_t ifbop_root_path_cost;
239 uint64_t ifbop_bridgeid;
[all …]
HDif_bridge.c775 struct ifbropreq ifbropreq; in bridge_ioctl() member