Home
last modified time | relevance | path

Searched refs:MCAST_INCLUDE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Din_mcast.c479 if ((ims == NULL && mode == MCAST_INCLUDE) || in imo_multi_filter()
860 imf->imf_st[1] = MCAST_INCLUDE; in imf_leave()
974 } else if (lims->imsl_st[0] == MCAST_INCLUDE) { in ims_merge()
984 } else if (lims->imsl_st[1] == MCAST_INCLUDE) { in ims_merge()
1056 imf->imf_st[1] == MCAST_INCLUDE) { in inm_merge()
1071 } else if (imf->imf_st[0] == MCAST_INCLUDE) { in inm_merge()
1098 inm->inm_st[1].iss_fmode = MCAST_INCLUDE; in inm_merge()
2060 if (imf->imf_st[1] != MCAST_INCLUDE) { in inp_join_group()
2136 lims = imf_graft(imf, MCAST_INCLUDE, &ssa->sin); in inp_join_group()
2542 msfr.msfr_fmode != MCAST_INCLUDE)) in inp_set_source_filters()
[all …]
H A Din.h633 #define MCAST_INCLUDE 1 /* fmode: include these source(s) */ macro
H A Din_var.h355 return (MCAST_INCLUDE); in ims_get_mode()
H A Digmp.c2764 } else if (mode == MCAST_INCLUDE) { in igmp_v3_enqueue_group_record()
3186 now == MCAST_INCLUDE) { in igmp_v3_enqueue_filter_change()
/freebsd/sys/netinet6/
H A Din6_mcast.c340 if ((ims == NULL && mode == MCAST_INCLUDE) || in im6o_mc_filter()
875 imf->im6f_st[1] = MCAST_INCLUDE; in im6f_leave()
994 } else if (lims->im6sl_st[0] == MCAST_INCLUDE) { in im6s_merge()
1002 } else if (lims->im6sl_st[1] == MCAST_INCLUDE) { in im6s_merge()
1073 imf->im6f_st[1] == MCAST_INCLUDE) { in in6m_merge()
1088 } else if (imf->im6f_st[0] == MCAST_INCLUDE) { in in6m_merge()
1096 } else if (imf->im6f_st[1] == MCAST_INCLUDE && nsrc1 > 0) { in in6m_merge()
1115 inm->in6m_st[1].iss_fmode = MCAST_INCLUDE; in in6m_merge()
2040 if (imf->im6f_st[1] != MCAST_INCLUDE) { in in6p_join_group()
2111 lims = im6f_graft(imf, MCAST_INCLUDE, &ssa->sin6); in in6p_join_group()
[all …]
H A Din6_var.h745 return (MCAST_INCLUDE); in im6s_get_mode()
H A Dmld6.c2380 } else if (mode == MCAST_INCLUDE) { in mld_v2_enqueue_group_record()
2799 now == MCAST_INCLUDE) { in mld_v2_enqueue_filter_change()
/freebsd/lib/libc/net/
H A Dsourcefilter.c156 (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE)) { in setipv4sourcefilter()
283 if (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE) { in setsourcefilter()
/freebsd/usr.sbin/mtest/
H A Dmtest.c534 fmode = (*cmd == 'i') ? MCAST_INCLUDE : MCAST_EXCLUDE; in process_cmd()
730 printf("%s\n", (fmode == MCAST_INCLUDE) ? "include" : in process_cmd()