Searched refs:IP_MULTICAST_IF (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dsockopt.c136 case IP_MULTICAST_IF:
172 case IP_MULTICAST_IF:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_network.c140 ret = setsockopt_multicast_ipv4 (top->fd, IP_MULTICAST_IF,
143 zlog_warn ("can't setsockopt IP_MULTICAST_IF: %s", strerror (errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Din.h88 #define IP_MULTICAST_IF 32 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Dutil.c39 * Set the IP_MULTICAST_IF option on local interface ifa.
48 if (setsockopt(socket, IPPROTO_IP, IP_MULTICAST_IF,
50 printf("setsockopt IP_MULTICAST_IF %s\n");
H A Digmprt.c485 setsockopt(ifp->igmpi_socket, IPPROTO_IP, IP_MULTICAST_IF,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dirdp.c165 if (setsockopt_multicast_ipv4 (sock, IP_MULTICAST_IF,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dsocket.c483 #elif !defined(IP_MULTICAST_IF) && defined(IP_SENDSRCADDR)
532 #elif defined(IP_MULTICAST_IF)
535 if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, src_address ? &src_address->address : &any, sizeof(struct in_addr)) < 0) {
536 avahi_log_warn("IP_MULTICAST_IF failed: %s", strerror(errno));
557 #warning "FIXME: We need some code to set the outgoing interface/local address here if IP_PKTINFO/IP_MULTICAST_IF is not available"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminissdp.c122 if(setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, (char *)&mc_if, sizeof(mc_if)) < 0)
124 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, IP_MULTICAST_IF): %s\n", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminissdp.c122 if(setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, (char *)&mc_if, sizeof(mc_if)) < 0)
124 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, IP_MULTICAST_IF): %s\n", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_sockglue.c570 case IP_MULTICAST_IF:
1059 case IP_MULTICAST_IF:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dping.c572 if (setsockopt(pingsock, IPPROTO_IP, IP_MULTICAST_IF,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminissdp.c155 if(setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, (char *)&mc_if, sizeof(mc_if)) < 0)
157 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, IP_MULTICAST_IF): %s\n", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_interface.c161 if (setsockopt_multicast_ipv4 (sock, IP_MULTICAST_IF,
165 zlog_warn ("Can't setsockopt IP_MULTICAST_IF to fd %d", sock);

Completed in 166 milliseconds