ifgr 1151 net/if.c struct ifgroupreq *ifgr; ifgr 1317 net/if.c ifgr = (struct ifgroupreq *)data; ifgr 1318 net/if.c if ((error = if_addgroup(ifp, ifgr->ifgr_group))) ifgr 1331 net/if.c ifgr = (struct ifgroupreq *)data; ifgr 1332 net/if.c if ((error = if_delgroup(ifp, ifgr->ifgr_group))) ifgr 1718 net/if.c struct ifgroupreq *ifgr = (struct ifgroupreq *)data; ifgr 1720 net/if.c if (ifgr->ifgr_len == 0) { ifgr 1722 net/if.c ifgr->ifgr_len += sizeof(struct ifg_req); ifgr 1726 net/if.c len = ifgr->ifgr_len; ifgr 1727 net/if.c ifgp = ifgr->ifgr_groups; ifgr 1750 net/if.c struct ifgroupreq *ifgr = (struct ifgroupreq *)data; ifgr 1757 net/if.c if (!strcmp(ifg->ifg_group, ifgr->ifgr_name)) ifgr 1762 net/if.c if (ifgr->ifgr_len == 0) { ifgr 1764 net/if.c ifgr->ifgr_len += sizeof(ifgrq); ifgr 1768 net/if.c len = ifgr->ifgr_len; ifgr 1769 net/if.c ifgp = ifgr->ifgr_groups; ifgr 1789 net/if.c struct ifgroupreq *ifgr = (struct ifgroupreq *)data; ifgr 1793 net/if.c if (!strcmp(ifg->ifg_group, ifgr->ifgr_name)) ifgr 1798 net/if.c ifgr->ifgr_attrib.ifg_carp_demoted = ifg->ifg_carp_demoted; ifgr 1806 net/if.c struct ifgroupreq *ifgr = (struct ifgroupreq *)data; ifgr 1812 net/if.c if (!strcmp(ifg->ifg_group, ifgr->ifgr_name)) ifgr 1817 net/if.c demote = ifgr->ifgr_attrib.ifg_carp_demoted; ifgr 2258 netinet/ip_carp.c struct ifgroupreq *ifgr = (struct ifgroupreq *)addr; ifgr 2261 netinet/ip_carp.c if (!strcmp(ifgr->ifgr_group, IFG_ALL)) ifgr 2264 netinet/ip_carp.c if (!strcmp(ifgl->ifgl_group->ifg_group, ifgr->ifgr_group)) { ifgr 2276 netinet/ip_carp.c struct ifgroupreq *ifgr = (struct ifgroupreq *)addr; ifgr 2279 netinet/ip_carp.c if (ifgr->ifgr_attrib.ifg_carp_demoted > 0 && (sc->sc_if.if_flags &