Searched defs:ipmp_illgrp_s (Results 1 – 1 of 1) sorted by relevance
1514 typedef struct ipmp_illgrp_s { struct1515 list_t ig_if; /* list of all interfaces */1516 list_t ig_actif; /* list of active interfaces */1517 uint_t ig_nactif; /* number of active interfaces */1518 struct ill_s *ig_next_ill; /* next active interface to use */1519 struct ill_s *ig_ipmp_ill; /* backpointer to IPMP meta-interface */1520 struct ill_s *ig_cast_ill; /* nominated ill for multi/broadcast */1521 list_t ig_arpent; /* list of ARP entries */1522 uint_t ig_mtu; /* ig_ipmp_ill->ill_mtu */1523 uint_t ig_mc_mtu; /* ig_ipmp_ill->ill_mc_mtu */