Searched refs:IP_MULTICAST_LOOP (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 419 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 106 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
|
H A D | conn_opt.c | 784 case IP_MULTICAST_LOOP: in conn_opt_get() 1375 case IP_MULTICAST_LOOP: in conn_opt_set_ip()
|
H A D | icmp.c | 1830 case IP_MULTICAST_LOOP: in icmp_opt_default()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 122 { IP_MULTICAST_LOOP, IPPROTO_IP, OA_RW, OA_RW, OP_NP, OP_DEF_FN,
|
H A D | udp.c | 1585 case IP_MULTICAST_LOOP: in udp_opt_default()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 924 #define IP_MULTICAST_LOOP 0x12 /* set/get IP multicast loopback */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 1478 if (setsockopt(send_sock, IPPROTO_IP, IP_MULTICAST_LOOP, in setup_socket()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 1069 if (setsockopt(pii->pii_probe_sock, IPPROTO_IP, IP_MULTICAST_LOOP, in phyint_inst_v4_sockinit()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2146 case IP_MULTICAST_LOOP: return ("IP_MULTICAST_LOOP"); in ip_optname()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3841 if (setsockopt(vif->vvi_sockfd, IPPROTO_IP, IP_MULTICAST_LOOP, &off, in vrrpd_init_txsock_v4()
|