Lines Matching defs:imo
1659 struct ip_moptions *imo = &sc->sc_imo;
1663 u_int16_t n = imo->imo_num_memberships;
1667 if (imo->imo_membership[n] != NULL) {
1668 in_delmulti(imo->imo_membership[n]);
1669 imo->imo_membership[n] = NULL;
1672 imo->imo_num_memberships = 0;
1673 imo->imo_ifidx = 0;
1894 struct ip_moptions *imo = &sc->sc_imo;
1905 imo->imo_membership[0] = imm;
1906 imo->imo_num_memberships = 1;
1907 imo->imo_ifidx = sc->sc_if.if_index;
1908 imo->imo_ttl = CARP_DFLTTL;
1909 imo->imo_loop = 0;