MAP-MBONE(8) - System Manager’s Manual # MAP-MBONE(8) - System Manager’s Manual
NAME # map-mbone - Multicast connection mapper
SYNOPSIS # map-mbone [-fgn] [-d level] [-r count] [-t seconds] [starting_router]
DESCRIPTION # map-mbone attempts to display all multicast routers that are reachable from the multicast router starting_router. If not specified on the command line, starting_router is “localhost”. map-mbone must be run as root.
map-mbone sends an ASK_NEIGHBORS IGMP message to starting_router.
...
MRINFO(8) - System Manager’s Manual # MRINFO(8) - System Manager’s Manual
NAME # mrinfo - displays configuration info from a multicast router
SYNOPSIS # mrinfo [-d debug_level] [-r retry_count] [-t timeout_count] multicast_router
DESCRIPTION # mrinfo attempts to display the configuration information from the specified multicast_router.
mrinfo uses the ASK_NEIGHBORS IGMP message to query the specified multicast router. If the router responds, the version number and a list of their neighboring multicast router addresses is part of the response.
...
MROUTED(8) - System Manager’s Manual # MROUTED(8) - System Manager’s Manual
NAME # mrouted - IP multicast routing daemon
SYNOPSIS # mrouted [-p] [-c config_file] [-d [debug_level]]
DESCRIPTION # mrouted is an implementation of the Distance-Vector Multicast Routing Protocol (DVMRP), an earlier version of which is specified in RFC 1075. It maintains topological knowledge via a distance-vector routing protocol (like RIP, described in RFC 1058), upon which it implements a multicast datagram forwarding algorithm called Reverse Path Multicasting.
...
MTRACE(8) - System Manager’s Manual # MTRACE(8) - System Manager’s Manual
NAME # mtrace - print multicast path from a source to a receiver
SYNOPSIS # mtrace [-lMnpsv] [-g gateway] [-i if_addr] [-m max_hops] [-q nqueries] [-r host] [-S stat_int] [-t ttl] [-w waittime] source [receiver] [group]
DESCRIPTION # Assessing problems in the distribution of IP multicast traffic can be difficult. mtrace utilizes a tracing feature implemented in multicast routers (mrouted version 3.
...
Intro,
Recvmsg,
Getsockopt,
Setsockopt,
Sysctl,
Socket,
Inet,
Inet6,
Recvfrom,
Mrouted,
Ip6,
Ip,
Icmp6,
Multicast MULTICAST(4) - Device Drivers Manual # MULTICAST(4) - Device Drivers Manual
NAME # multicast - multicast routing
SYNOPSIS # options MROUTING
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip_mroute.h>
#include <netinet6/ip6_mroute.h>
int
getsockopt(int s, IPPROTO_IP, MRT_INIT, void *optval, socklen_t *optlen);
int
setsockopt(int s, IPPROTO_IP, MRT_INIT, const void *optval, socklen_t optlen);
int
getsockopt(int s, IPPROTO_IPV6, MRT6_INIT, void *optval, socklen_t *optlen);
int
setsockopt(int s, IPPROTO_IPV6, MRT6_INIT, const void *optval, socklen_t optlen);
...
Udp,
Bgpd,
Lo,
Bridge,
Mrouted,
Ifmedia,
Arp,
Unix,
Inet,
Ip6,
Mpe,
Ripd,
Netstart,
Intro,
Ifconfig,
Ioctl,
Socket,
Hosts,
Ip,
Route,
Config,
Ospfd,
Netstat,
Tcp,
Pf,
Netintro NETINTRO(4) - Device Drivers Manual # NETINTRO(4) - Device Drivers Manual
NAME # netintro - introduction to networking facilities
SYNOPSIS # #include <sys/socket.h>
#include <net/route.h>
#include <net/if.h>
DESCRIPTION # This section is a general introduction to the networking facilities available in the system. Documentation in this part of section 4 is broken up into three areas: protocol families (domains), protocols, and network interfaces.
All network protocols are associated with a specific protocol family.
...