Home
last modified time | relevance | path

Searched refs:SIOCGMSFILTER (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c78 rtnerr = ioctl(s, SIOCGMSFILTER, (void *)gf); in getsourcefilter()
/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h290 #define SIOCGMSFILTER _IOWR('i', 178, int) macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c2229 getcmd = (cmd == SIOCGIPMSFILTER || cmd == SIOCGMSFILTER); in ip_sioctl_msfilter()
2398 if (cmd == SIOCSMSFILTER || cmd == SIOCGMSFILTER) { in ip_copyin_msfilter()
H A Dip.c1098 /* 178 */ { SIOCGMSFILTER, sizeof (struct group_filter), IPI_GET_CMD,
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c886 { (uint_t)SIOCGMSFILTER, "SIOCGMSFILTER", "group_filter" },