routing.c (1f8dce4992d03fc15cfbaf67cd09f0d1648c4606) | routing.c (01d350d14712d1e8dbf2b00c82d2fc7c48d34e04) |
---|---|
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 20 unchanged lines hidden (view full) --- 29#include <linux/netdevice.h> 30#include <linux/printk.h> 31#include <linux/rculist.h> 32#include <linux/rcupdate.h> 33#include <linux/skbuff.h> 34#include <linux/spinlock.h> 35#include <linux/stddef.h> 36 | 1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 20 unchanged lines hidden (view full) --- 29#include <linux/netdevice.h> 30#include <linux/printk.h> 31#include <linux/rculist.h> 32#include <linux/rcupdate.h> 33#include <linux/skbuff.h> 34#include <linux/spinlock.h> 35#include <linux/stddef.h> 36 |
37#include "bat_algo.h" |
|
37#include "bitarray.h" 38#include "bridge_loop_avoidance.h" 39#include "distributed-arp-table.h" 40#include "fragmentation.h" 41#include "hard-interface.h" 42#include "icmp_socket.h" 43#include "network-coding.h" 44#include "originator.h" --- 1099 unchanged lines hidden --- | 38#include "bitarray.h" 39#include "bridge_loop_avoidance.h" 40#include "distributed-arp-table.h" 41#include "fragmentation.h" 42#include "hard-interface.h" 43#include "icmp_socket.h" 44#include "network-coding.h" 45#include "originator.h" --- 1099 unchanged lines hidden --- |