Lines Matching defs:imo
313 struct ip_moptions *imo, struct inpcb *inp)
449 imo != NULL && imo->imo_multicast_ifp != NULL) {
454 ifp = imo->imo_multicast_ifp;
553 if (imo != NULL) {
554 ip->ip_ttl = imo->imo_multicast_ttl;
555 if (imo->imo_multicast_vif != -1)
558 ip_mcast_src(imo->imo_multicast_vif) :
565 if ((imo == NULL) || (imo->imo_multicast_vif == -1)) {
579 if ((imo == NULL && in_mcast_loop) ||
580 (imo && imo->imo_multicast_loop)) {
610 imo = NULL;
612 ip_mforward(ip, ifp, m, imo) != 0) {