Searched refs:IP_DROP_MEMBERSHIP (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 783 IP_DROP_MEMBERSHIP, &m, in rip_off() 832 if ((setsockopt(rip_sock, IPPROTO_IP, IP_DROP_MEMBERSHIP, in rip_mcast_off()
|
H A D | rdisc.c | 247 IP_DROP_MEMBERSHIP, &m, sizeof (m)) < 0 && in set_rdisc_mg() 270 IP_DROP_MEMBERSHIP, &m, sizeof (m)) < 0 && in set_rdisc_mg()
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 421 #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 115 { IP_DROP_MEMBERSHIP, IPPROTO_IP, OA_X, OA_X, OP_NP, OP_NODEFAULT,
|
H A D | conn_opt.c | 806 case IP_DROP_MEMBERSHIP: in conn_opt_get() 1459 case IP_DROP_MEMBERSHIP: in conn_opt_set_ip()
|
H A D | ip.c | 6382 case IP_DROP_MEMBERSHIP: in ip_opt_set_multicast_group()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 131 { IP_DROP_MEMBERSHIP, IPPROTO_IP, OA_X, OA_X, OP_NP, OP_NODEFAULT,
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 926 #define IP_DROP_MEMBERSHIP 0x14 /* drop an IP group membership */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 1902 if (setsockopt(s, IPPROTO_IP, IP_DROP_MEMBERSHIP, in deleted_logint()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2148 case IP_DROP_MEMBERSHIP: return ("IP_DROP_MEMBERSHIP"); in ip_optname()
|