Home
last modified time | relevance | path

Searched defs:bw_upcall (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h188 struct bw_upcall { struct
189 struct in_addr bu_src; /* source address */
190 struct in_addr bu_dst; /* destination address */
191 uint32_t bu_flags; /* misc flags (see below) */
197 struct bw_data bu_threshold; /* the bw threshold */
198 struct bw_data bu_measured; /* the measured bw */
/f-stack/freebsd/netinet/
H A Dip_mroute.h188 struct bw_upcall { struct
189 struct in_addr bu_src; /* source address */
190 struct in_addr bu_dst; /* destination address */
191 uint32_t bu_flags; /* misc flags (see below) */
197 struct bw_data bu_threshold; /* the bw threshold */
198 struct bw_data bu_measured; /* the measured bw */
H A Dip_mroute.c406 struct bw_upcall bw_upcall; in X_ip_mrouter_set() local