Lines Matching defs:uvif
19 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) */
27 u_int32_t uv_subnetmask; /* subnet mask (phyints only) */
28 u_int32_t uv_subnetbcast;/* subnet broadcast addr (phyints only) */
29 char uv_name[IFNAMSIZ]; /* interface name */
30 struct listaddr *uv_groups; /* list of local groups (phyints only) */
31 struct listaddr *uv_neighbors; /* list of neighboring routers */
32 struct vif_acl *uv_acl; /* access control list of groups */
33 int uv_leaf_timer; /* time until this vif is considrd leaf */
34 struct phaddr *uv_addrs; /* Additional subnets on this vif */