Lines Matching refs:omode
726 int omode, add, err; in do_mcast_group_source() local
743 omode = MCAST_EXCLUDE; in do_mcast_group_source()
746 omode = MCAST_EXCLUDE; in do_mcast_group_source()
759 omode = MCAST_INCLUDE; in do_mcast_group_source()
762 omode = MCAST_INCLUDE; in do_mcast_group_source()
765 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source()
1265 int omode, add; in do_ip_setsockopt() local
1274 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1277 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1288 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1291 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1294 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()