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

/freebsd-9.3-release/lib/libc/net/
H A Dsourcefilter.c281 struct __msfilterreq msfr;
338 struct __msfilterreq msfr;
382 optlen = sizeof(struct __msfilterreq);
/freebsd-9.3-release/sys/netinet/
H A Din.h557 struct __msfilterreq { struct
H A Din_mcast.c1562 struct __msfilterreq msfr;
1582 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1583 sizeof(struct __msfilterreq));
1670 error = sooptcopyout(sopt, &msfr, sizeof(struct __msfilterreq));
2443 struct __msfilterreq msfr;
2452 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
2453 sizeof(struct __msfilterreq));
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c1563 struct __msfilterreq msfr;
1583 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1584 sizeof(struct __msfilterreq));
1678 error = sooptcopyout(sopt, &msfr, sizeof(struct __msfilterreq));
2374 struct __msfilterreq msfr;
2383 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
2384 sizeof(struct __msfilterreq));

Completed in 125 milliseconds