Home
last modified time | relevance | path

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

/netbsd/usr.sbin/mrouted/
H A Dvif.h19 struct uvif { struct
20 u_short uv_flags; /* VIFF_ flags defined below */
21 u_char uv_metric; /* cost of this vif */
22 u_int uv_rate_limit; /* rate limit on this vif */
23 u_char uv_threshold; /* min ttl required to forward on vif */
24 u_int32_t uv_lcl_addr; /* local address of this vif */
25 u_int32_t uv_rmt_addr; /* remote end-point addr (tunnels only) */
26 u_int32_t uv_subnet; /* subnet number (phyints only) */
29 char uv_name[IFNAMSIZ]; /* interface name */
32 struct vif_acl *uv_acl; /* access control list of groups */
[all …]