Searched defs:ipmp_grp_s (Results 1 – 1 of 1) sorted by relevance
1550 typedef struct ipmp_grp_s { struct1551 char gr_name[LIFGRNAMSIZ]; /* group name */1552 char gr_ifname[LIFNAMSIZ]; /* interface name */1553 t_uscalar_t gr_mactype; /* DLPI mactype of group */1554 phyint_t *gr_phyint; /* IPMP group phyint */1555 uint_t gr_nif; /* number of interfaces in group */1556 uint_t gr_nactif; /* number of active interfaces */1557 ipmp_illgrp_t *gr_v4; /* V4 group information */1558 ipmp_illgrp_t *gr_v6; /* V6 group information */1559 uint_t gr_nv4; /* number of ills in V4 group */[all …]