Searched refs:__msfilterreq (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libc/net/
H A Dsourcefilter.c281 struct __msfilterreq msfr;
338 struct __msfilterreq msfr;
382 optlen = sizeof(struct __msfilterreq);
/freebsd-10.0-release/sys/netinet/
H A Din.h557 struct __msfilterreq { struct
H A Din_mcast.c1590 struct __msfilterreq msfr;
1610 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1611 sizeof(struct __msfilterreq));
1698 error = sooptcopyout(sopt, &msfr, sizeof(struct __msfilterreq));
2465 struct __msfilterreq msfr;
2474 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
2475 sizeof(struct __msfilterreq));
/freebsd-10.0-release/sys/netinet6/
H A Din6_mcast.c1560 struct __msfilterreq msfr;
1580 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1581 sizeof(struct __msfilterreq));
1675 error = sooptcopyout(sopt, &msfr, sizeof(struct __msfilterreq));
2376 struct __msfilterreq msfr;
2385 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
2386 sizeof(struct __msfilterreq));

Completed in 64 milliseconds