Home
last modified time | relevance | path

Searched refs:msfr_nsrcs (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_mcast.c1690 if (msfr.msfr_nsrcs > in6_mcast_maxsocksrc) in in6p_get_source_filters()
1691 msfr.msfr_nsrcs = in6_mcast_maxsocksrc; in in6p_get_source_filters()
1693 if (msfr.msfr_srcs != NULL && msfr.msfr_nsrcs > 0) { in in6p_get_source_filters()
1706 nsrcs = msfr.msfr_nsrcs; in in6p_get_source_filters()
1730 sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs); in in6p_get_source_filters()
1736 msfr.msfr_nsrcs = ncsrcs; in in6p_get_source_filters()
2454 if (msfr.msfr_nsrcs > in6_mcast_maxsocksrc) in in6p_set_source_filters()
2503 if (msfr.msfr_nsrcs > 0) { in in6p_set_source_filters()
2512 __func__, (unsigned long)msfr.msfr_nsrcs); in in6p_set_source_filters()
2516 sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs); in in6p_set_source_filters()
[all …]
/f-stack/freebsd/netinet/
H A Din_mcast.c1726 if (msfr.msfr_nsrcs > in_mcast_maxsocksrc) in inp_get_source_filters()
1727 msfr.msfr_nsrcs = in_mcast_maxsocksrc; in inp_get_source_filters()
1729 if (msfr.msfr_srcs != NULL && msfr.msfr_nsrcs > 0) { in inp_get_source_filters()
1742 nsrcs = msfr.msfr_nsrcs; in inp_get_source_filters()
1766 sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs); in inp_get_source_filters()
1772 msfr.msfr_nsrcs = ncsrcs; in inp_get_source_filters()
2594 if (msfr.msfr_nsrcs > in_mcast_maxsocksrc) in inp_set_source_filters()
2645 if (msfr.msfr_nsrcs > 0) { in inp_set_source_filters()
2654 __func__, (unsigned long)msfr.msfr_nsrcs); in inp_set_source_filters()
2658 sizeof(struct sockaddr_storage) * msfr.msfr_nsrcs); in inp_set_source_filters()
[all …]
H A Din.h577 uint32_t msfr_nsrcs; /* # of sources in msfr_srcs */ member
/f-stack/tools/compat/include/netinet/
H A Din.h560 uint32_t msfr_nsrcs; /* # of sources in msfr_srcs */ member