#include <rtl.h>
BOOL igmp_join (
U8 *group_ip); /* IP Address of the Host Group. */
Description
The igmp_join function requests that this host become a
member of the host group identified by group_ip. Before any
datagrams destined to a particular group can be received, an
upper-layer protocol must ask the IP module to join that group.
The igmp_join function is in the RL-TCPnet library. The
prototype is defined in rtl.h.
Return Value
The igmp_join function returns __TRUE when this host
successfully joined a host group. Otherwise, the function returns
__FALSE.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.