]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_igmpv2.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_igmpv2.h
index 10a24777244583caf2d3be02cb6a293cc99dda46..f0a6fdc5fb31708d68d2146ce5e8141f8e542c53 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; see the file COPYING; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PIM_IGMPV2_H
 #define PIM_IGMPV2_H
 
-void igmp_v2_send_query (struct igmp_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);
+void igmp_v2_send_query(struct igmp_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);
 
-int igmp_v2_recv_report (struct igmp_sock *igmp,
-                         struct in_addr from, const char *from_str,
-                         char *igmp_msg, int igmp_msg_len);
+int igmp_v2_recv_report(struct igmp_sock *igmp, struct in_addr from,
+                       const char *from_str, char *igmp_msg, int igmp_msg_len);
 
-int igmp_v2_recv_leave (struct igmp_sock *igmp,
-                        struct in_addr from, const char *from_str,
-                        char *igmp_msg, int igmp_msg_len);
+int igmp_v2_recv_leave(struct igmp_sock *igmp, struct in_addr from,
+                      const char *from_str, char *igmp_msg, int igmp_msg_len);
 
 #endif /* PIM_IGMPV2_H */