Searched defs:igmp_input (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c389 igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest) function
401 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: length error\n"));
405 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: message from "));
416 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: checksum error\n"));
427 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: IGMP frame not for us\n"));
437 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: General IGMP_MEMB_QUERY on \"ALL SYSTEMS\" address (224.0.0.1) [igmp_maxresp=%i]\n", (int)(igmp->igmp_maxresp)));
441 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: got an all hosts query with time== 0 - this is V1 and not implemented - treat as v2\n"));
458 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: IGMP_MEMB_QUERY to a specific group "));
483 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input: IGMP_V2_MEMB_REPORT\n"));
494 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_input
[all...]

Completed in 382 milliseconds