AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database

Declaration for 

ip_moptions from NetLib:netinet.h.ip_var

(Struct)
/*
* Structure attached to inpcb.ip_moptions and
* passed to ip_output when IP multicast options are in use.
*/

struct ip_moptions {
     struct     ifnet *imo_multicast_ifp; /* ifp for outgoing multicasts */
     u_char     imo_multicast_ttl;     /* TTL for outgoing multicasts */
     u_char     imo_multicast_loop;     /* 1 => hear sends if a member */
     u_short     imo_num_memberships;     /* no. memberships this socket */
     struct     in_multi *imo_membership[IP_MAX_MEMBERSHIPS];
};



Open original source file

See header files's help page


[sh-index] Back to list of manuals