Internalize another function; use the supplied max_response_time instead of dividing it by 2

This commit is contained in:
goldsimon
2010-02-08 19:50:49 +00:00
parent 630f575017
commit ececc3ca45
2 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,6 @@ err_t igmp_start(struct netif *netif);
err_t igmp_stop(struct netif *netif);
void igmp_report_groups(struct netif *netif);
struct igmp_group *igmp_lookfor_group(struct netif *ifp, ip_addr_t *addr);
struct igmp_group *igmp_lookup_group(struct netif *ifp, ip_addr_t *addr);
void igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest);
err_t igmp_joingroup(ip_addr_t *ifaddr, ip_addr_t *groupaddr);
err_t igmp_leavegroup(ip_addr_t *ifaddr, ip_addr_t *groupaddr);