Home
last modified time | relevance | path

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

/freebsd/tests/sys/netinet/
H A Dmulticast.sh121 multicast_join ip_mreqn ${epair1}b
129 multicast_join ip_mreqn ${epair2}b
139 ip_mreqn 233.252.0.1 6676 0
142 multicast_join ip_mreqn 0
H A Draw.c68 &(struct ip_mreqn){ in rawsender()
70 }, sizeof(struct ip_mreqn)) == 0); in rawsender()
148 struct ip_mreqn mreqn = { in ATF_TC_BODY()
H A Dmulticast-send.c62 struct ip_mreqn mreqn; in main()
H A Dmulticast-receive.c105 struct ip_mreqn mreqn = { in main()
/freebsd/sys/netinet/
H A Din_mcast.c1733 struct ip_mreqn mreqn; in inp_getmoptions()
1761 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in inp_getmoptions()
1779 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_getmoptions()
1781 sizeof(struct ip_mreqn)); in inp_getmoptions()
1912 struct ip_mreqn mreqn; in inp_join_group()
1915 mreq = (sopt->sopt_valsize != sizeof(struct ip_mreqn)); in inp_join_group()
1918 mreq ? sizeof(struct ip_mreq) : sizeof(struct ip_mreqn), in inp_join_group()
1919 mreq ? sizeof(struct ip_mreq) : sizeof(struct ip_mreqn)); in inp_join_group()
2434 struct ip_mreqn mreqn; in inp_set_multicast_if()
2439 if (sopt->sopt_valsize == sizeof(struct ip_mreqn)) { in inp_set_multicast_if()
[all …]
H A Din.h564 struct ip_mreqn { struct
/freebsd/contrib/wpa/src/ap/
H A Diapp.c383 struct ip_mreqn mreq; in iapp_init()
518 struct ip_mreqn mreq; in iapp_deinit()
/freebsd/sbin/routed/
H A Doutput.c144 struct ip_mreqn mreqn; in output()
146 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in output()
H A Drdisc.c729 struct ip_mreqn mreqn; in send_rdisc()
731 memset(&mreqn, 0, sizeof(struct ip_mreqn)); in send_rdisc()