Searched refs:igmp_send (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
H A Digmp.c145 static void igmp_send(struct igmp_group *group, u8_t type);
553 igmp_send(group, IGMP_V2_MEMB_REPORT);
616 igmp_send(group, IGMP_LEAVE_GROUP);
687 igmp_send(group, IGMP_V2_MEMB_REPORT);
774 igmp_send(struct igmp_group *group, u8_t type) function
786 LWIP_ASSERT("igmp_send: check that first pbuf can hold struct igmp_msg",
812 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_send: not enough memory for igmp_send\n"));

Completed in 120 milliseconds