Home
last modified time | relevance | path

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

/NextBSD/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()
1931 if (imf->im6f_st[1] != MCAST_INCLUDE) { in in6p_join_group()
2015 im6f_init(imf, MCAST_UNDEFINED, MCAST_INCLUDE); in in6p_join_group()
[all …]
HDin6_var.h686 return (MCAST_INCLUDE); in im6s_get_mode()
HDmld6.c2383 } else if (mode == MCAST_INCLUDE) { in mld_v2_enqueue_group_record()
2800 now == MCAST_INCLUDE) { in mld_v2_enqueue_filter_change()
/NextBSD/sys/netinet/
HDin_mcast.c424 if ((ims == NULL && mode == MCAST_INCLUDE) || in imo_multi_filter()
801 imf->imf_st[1] = MCAST_INCLUDE; in imf_leave()
924 } else if (lims->imsl_st[0] == MCAST_INCLUDE) { in ims_merge()
934 } else if (lims->imsl_st[1] == MCAST_INCLUDE) { in ims_merge()
1005 imf->imf_st[1] == MCAST_INCLUDE) { in inm_merge()
1020 } else if (imf->imf_st[0] == MCAST_INCLUDE) { in inm_merge()
1028 } else if (imf->imf_st[1] == MCAST_INCLUDE && nsrc1 > 0) { in inm_merge()
1047 inm->inm_st[1].iss_fmode = MCAST_INCLUDE; in inm_merge()
2054 if (imf->imf_st[1] != MCAST_INCLUDE) { in inp_join_group()
2143 imf_init(imf, MCAST_UNDEFINED, MCAST_INCLUDE); in inp_join_group()
[all …]
HDin_var.h313 return (MCAST_INCLUDE); in ims_get_mode()
HDin.h602 #define MCAST_INCLUDE 1 /* fmode: include these source(s) */ macro
HDigmp.c2729 } else if (mode == MCAST_INCLUDE) { in igmp_v3_enqueue_group_record()
3148 now == MCAST_INCLUDE) { in igmp_v3_enqueue_filter_change()
/NextBSD/lib/libc/net/
HDsourcefilter.c158 (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE)) { in setipv4sourcefilter()
285 if (fmode != MCAST_INCLUDE && fmode != MCAST_EXCLUDE) { in setsourcefilter()
/NextBSD/usr.sbin/mtest/
HDmtest.c533 fmode = (*cmd == 'i') ? MCAST_INCLUDE : MCAST_EXCLUDE; in process_cmd()
730 printf("%s\n", (fmode == MCAST_INCLUDE) ? "include" : in process_cmd()