diff options
Diffstat (limited to 'pimd/pim_igmpv2.c')
| -rw-r--r-- | pimd/pim_igmpv2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_igmpv2.c b/pimd/pim_igmpv2.c index 6eadf87c83..2616afca69 100644 --- a/pimd/pim_igmpv2.c +++ b/pimd/pim_igmpv2.c @@ -39,7 +39,7 @@ static void on_trace(const char *label, struct interface *ifp, } } -void igmp_v2_send_query(struct igmp_group *group, int fd, const char *ifname, +void igmp_v2_send_query(struct gm_group *group, int fd, const char *ifname, char *query_buf, struct in_addr dst_addr, struct in_addr group_addr, int query_max_response_time_dsec) @@ -102,7 +102,7 @@ void igmp_v2_send_query(struct igmp_group *group, int fd, const char *ifname, } } -int igmp_v2_recv_report(struct igmp_sock *igmp, struct in_addr from, +int igmp_v2_recv_report(struct gm_sock *igmp, struct in_addr from, const char *from_str, char *igmp_msg, int igmp_msg_len) { struct interface *ifp = igmp->interface; @@ -158,7 +158,7 @@ int igmp_v2_recv_report(struct igmp_sock *igmp, struct in_addr from, return 0; } -int igmp_v2_recv_leave(struct igmp_sock *igmp, struct ip *ip_hdr, +int igmp_v2_recv_leave(struct gm_sock *igmp, struct ip *ip_hdr, const char *from_str, char *igmp_msg, int igmp_msg_len) { struct interface *ifp = igmp->interface; |
