Lines Matching refs:omode
729 int omode, add, err; in do_mcast_group_source() local
746 omode = MCAST_EXCLUDE; in do_mcast_group_source()
749 omode = MCAST_EXCLUDE; in do_mcast_group_source()
762 omode = MCAST_INCLUDE; in do_mcast_group_source()
765 omode = MCAST_INCLUDE; in do_mcast_group_source()
768 return ip_mc_source(add, omode, sk, &mreqs, greqs.gsr_interface); in do_mcast_group_source()
1278 int omode, add; in do_ip_setsockopt() local
1287 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1290 omode = MCAST_EXCLUDE; in do_ip_setsockopt()
1301 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1304 omode = MCAST_INCLUDE; in do_ip_setsockopt()
1307 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()