Skip to content

Conversation

@scribam
Copy link
Collaborator

@scribam scribam commented Aug 18, 2025

To match with the ones declared above and the function definition:

static int pico_igmp_process_in(struct pico_stack *S, struct pico_protocol *self, struct pico_frame *f)

static int pico_igmp_process_out(struct pico_stack *S, struct pico_protocol *self, struct pico_frame *f)

int pico_igmp_state_change(struct pico_stack *S, struct pico_ip4 *mcast_link, struct pico_ip4 *mcast_group, uint8_t filter_mode, struct pico_tree *_MCASTFilter, uint8_t state)

int pico_igmp_state_change(struct pico_stack *S, struct pico_ip4 *mcast_link, struct pico_ip4 *mcast_group, uint8_t filter_mode, struct pico_tree *_MCASTFilter, uint8_t state);

@danielinux danielinux merged commit 6c4a200 into virtualsquare:master Aug 19, 2025
9 checks passed
@scribam scribam deleted the igmp branch August 19, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants