Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDin6_mcast.c374 if ((ims == NULL && mode == MCAST_INCLUDE) || in im6o_mc_filter()
754 imf->im6f_st[1] = MCAST_INCLUDE; in im6f_leave()
873 } else if (lims->im6sl_st[0] == MCAST_INCLUDE) { in im6s_merge()
881 } else if (lims->im6sl_st[1] == MCAST_INCLUDE) { in im6s_merge()
951 imf->im6f_st[1] == MCAST_INCLUDE) { in in6m_merge()
966 } else if (imf->im6f_st[0] == MCAST_INCLUDE) { in in6m_merge()
974 } else if (imf->im6f_st[1] == MCAST_INCLUDE && nsrc1 > 0) { in in6m_merge()
993 inm->in6m_st[1].iss_fmode = MCAST_INCLUDE; in in6m_merge()
1932 if (imf->im6f_st[1] != MCAST_INCLUDE) { in in6p_join_group()
2016 im6f_init(imf, MCAST_UNDEFINED, MCAST_INCLUDE); in in6p_join_group()
[all …]
HDin6_var.h685 return (MCAST_INCLUDE); in im6s_get_mode()
HDmld6.c2380 } else if (mode == MCAST_INCLUDE) { in mld_v2_enqueue_group_record()
2797 now == MCAST_INCLUDE) { in mld_v2_enqueue_filter_change()
/freebsd-11-stable/sys/netinet/
HDin_mcast.c424 if ((ims == NULL && mode == MCAST_INCLUDE) || in imo_multi_filter()
804 imf->imf_st[1] = MCAST_INCLUDE; in imf_leave()
918 } else if (lims->imsl_st[0] == MCAST_INCLUDE) { in ims_merge()
928 } else if (lims->imsl_st[1] == MCAST_INCLUDE) { in ims_merge()
999 imf->imf_st[1] == MCAST_INCLUDE) { in inm_merge()
1014 } else if (imf->imf_st[0] == MCAST_INCLUDE) { in inm_merge()
1022 } else if (imf->imf_st[1] == MCAST_INCLUDE && nsrc1 > 0) { in inm_merge()
1041 inm->inm_st[1].iss_fmode = MCAST_INCLUDE; in inm_merge()
2057 if (imf->imf_st[1] != MCAST_INCLUDE) { in inp_join_group()
2146 imf_init(imf, MCAST_UNDEFINED, MCAST_INCLUDE); in inp_join_group()
[all …]
HDin_var.h314 return (MCAST_INCLUDE); in ims_get_mode()
HDin.h602 #define MCAST_INCLUDE 1 /* fmode: include these source(s) */ macro
HDigmp.c2721 } else if (mode == MCAST_INCLUDE) { in igmp_v3_enqueue_group_record()
3139 now == MCAST_INCLUDE) { in igmp_v3_enqueue_filter_change()
/freebsd-11-stable/lib/libc/net/
HDsourcefilter.c157 (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE)) { in setipv4sourcefilter()
284 if (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE) { in setsourcefilter()
/freebsd-11-stable/usr.sbin/mtest/
HDmtest.c536 fmode = (*cmd == 'i') ? MCAST_INCLUDE : MCAST_EXCLUDE; in process_cmd()
732 printf("%s\n", (fmode == MCAST_INCLUDE) ? "include" : in process_cmd()