group_list_find
struct group *group_list_find(struct iface *, u_int32_t);
if ((ge = group_list_find(iface, group)) != NULL) {
if ((group = group_list_find(iface, igmp_hdr.grp_addr)) != NULL) {