Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nRF51_Vdd TextLCD BME280
To be called from TCPIP thread. More...
Functions | |
err_t | igmp_joingroup (const ip4_addr_t *ifaddr, const ip4_addr_t *groupaddr) |
Join a group on one network interface. | |
err_t | igmp_joingroup_netif (struct netif *netif, const ip4_addr_t *groupaddr) |
Join a group on one network interface. | |
err_t | igmp_leavegroup (const ip4_addr_t *ifaddr, const ip4_addr_t *groupaddr) |
Leave a group on one network interface. | |
err_t | igmp_leavegroup_netif (struct netif *netif, const ip4_addr_t *groupaddr) |
Leave a group on one network interface. |
Detailed Description
To be called from TCPIP thread.
Function Documentation
err_t igmp_joingroup | ( | const ip4_addr_t * | ifaddr, |
const ip4_addr_t * | groupaddr | ||
) |
Join a group on one network interface.
- Parameters:
-
ifaddr ip address of the network interface which should join a new group groupaddr the ip address of the group which to join
- Returns:
- ERR_OK if group was joined on the netif(s), an err_t otherwise
Definition at line 449 of file lwip_igmp.c.
err_t igmp_joingroup_netif | ( | struct netif * | netif, |
const ip4_addr_t * | groupaddr | ||
) |
Join a group on one network interface.
- Parameters:
-
netif the network interface which should join a new group groupaddr the ip address of the group which to join
- Returns:
- ERR_OK if group was joined on the netif, an err_t otherwise
Definition at line 486 of file lwip_igmp.c.
err_t igmp_leavegroup | ( | const ip4_addr_t * | ifaddr, |
const ip4_addr_t * | groupaddr | ||
) |
Leave a group on one network interface.
- Parameters:
-
ifaddr ip address of the network interface which should leave a group groupaddr the ip address of the group which to leave
- Returns:
- ERR_OK if group was left on the netif(s), an err_t otherwise
Definition at line 545 of file lwip_igmp.c.
err_t igmp_leavegroup_netif | ( | struct netif * | netif, |
const ip4_addr_t * | groupaddr | ||
) |
Leave a group on one network interface.
- Parameters:
-
netif the network interface which should leave a group groupaddr the ip address of the group which to leave
- Returns:
- ERR_OK if group was left on the netif, an err_t otherwise
Definition at line 581 of file lwip_igmp.c.
Generated on Tue Jul 12 2022 15:16:09 by
