./libnl3/tests/test-create-ipgre.c ------------------------------------------------------------------------ ./libnl3/tests/test-genl.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-ipvti.c ------------------------------------------------------------------------ ./libnl3/tests/test-nf-cache-mngr.c ------------------------------------------------------------------------ ./libnl3/tests/util.h ------------------------------------------------------------------------ ./libnl3/tests/test-cache-mngr.c ------------------------------------------------------------------------ ./libnl3/tests/check-all.c /* * tests/check-all.c overall unit test program * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/tests/test-create-ipip.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-bridge.c ------------------------------------------------------------------------ ./libnl3/tests/test-delete-link.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-vxlan.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-bond.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-vlan.c ------------------------------------------------------------------------ ./libnl3/tests/check-addr.c /* * tests/check-addr.c nl_addr unit tests * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/tests/test-socket-creation.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-veth.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-ip6tnl.c ------------------------------------------------------------------------ ./libnl3/tests/test-create-sit.c ------------------------------------------------------------------------ ./libnl3/tests/check-attr.c /* * tests/check-attr.c nla_attr unit tests * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/tests/test-u32-filter-with-actions.c /* * test/tests-u32-with-actions.c Add ingress qdisc, create some hash filters, and add redirect action * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Stolen from tests/test-complex-HTB-with-hash-filters.c * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/tests/test-complex-HTB-with-hash-filters.c /* * test/test-complex-HTB-with-hash-filters.c Add HTB qdisc, HTB classes and creates some hash filters * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011 Adrian Ban */ ------------------------------------------------------------------------ ./libnl3/lib/cli/cls/cgroup.c /* * lib/cli/cls/cgroup.c cgroup classifier module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cli/cls/basic.c /* * lib/cli/cls/basic.c basic classifier module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/ingress.c /* * src/lib/ingress.c ingress module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/blackhole.c /* * src/lib/blackhole.c Blackhole module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/plug.c /* * src/lib/cli/qdisc/plug.c plug module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Shriram Rajagopalan */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/fq_codel.c /* * lib/cli/qdisc/fq_codel.c fq_codel module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/bfifo.c /* * src/lib/bfifo.c bfifo module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/htb.c /* * src/lib/htb.c HTB module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cli/qdisc/pfifo.c /* * src/lib/pfifo.c pfifo module for CLI lib * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/nl.c /* * lib/nl.c Core Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/log_msg_obj.c /* * lib/netfilter/log_msg_obj.c Netfilter Log Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/ct.c /* * lib/netfilter/ct.c Conntrack * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c= 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/queue_msg_obj.c /* * lib/netfilter/queue_msg_obj.c Netfilter Queue Message Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/queue.c /* * lib/netfilter/queue.c Netfilter Queue * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/exp.c /* * lib/netfilter/exp.c Conntrack Expectation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c= 2008 Patrick McHardy * Copyright (c) 2012 Rich Fought */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/queue_msg.c /* * lib/netfilter/queue_msg.c Netfilter Queue Messages * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy * Copyright (c) 2010 Karl Hiramoto */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/queue_obj.c /* * lib/netfilter/queue_obj.c Netfilter Queue * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/log_obj.c /* * lib/netfilter/log_obj.c Netfilter Log Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/ct_obj.c /* * lib/netfilter/ct_obj.c Conntrack Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/nfnl.c /* * lib/netfilter/nfnl.c Netfilter Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/log.c /* * lib/netfilter/log.c Netfilter Log * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/netfilter.c /* * lib/netfilter/netfilter.c Netfilter Generic Functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/log_msg.c /* * lib/netfilter/log_msg.c Netfilter Log Message * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/lib/netfilter/exp_obj.c /* * lib/netfilter/exp_obj.c Conntrack Expectation Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2012 Rich Fought */ ------------------------------------------------------------------------ ./libnl3/lib/addr.c /* * lib/addr.c Network Address * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/genl/mngt.c /* * lib/genl/mngt.c Generic Netlink Management * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/genl/family.c /* * lib/genl/family.c Generic Netlink Family * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/genl/ctrl.c /* * lib/genl/ctrl.c Generic Netlink Controller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/genl/genl.c /* * lib/genl/genl.c Generic Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/object.c /* * lib/object.c Generic Cacheable Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/attr.c /* * lib/attr.c Netlink Attributes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/hashtable.c /* * netlink/hashtable.c Netlink hashtable Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Cumulus Networks, Inc */ ------------------------------------------------------------------------ ./libnl3/lib/handlers.c /* * lib/handlers.c default netlink message handlers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/socket.c /* * lib/socket.c Netlink Socket * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/hash.c ------------------------------------------------------------------------ ./libnl3/lib/cache_mngt.c /* * lib/cache_mngt.c Cache Management * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/act/mirred.c /* * lib/route/cls/mirred.c mirred action * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/route/addr.c /* * lib/route/addr.c Addresses * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf * Copyright (c) 2003-2006 Baruch Even , * Mediatrix Telecom, inc. */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/fw.c /* * lib/route/cls/fw.c fw classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf * Copyright (c) 2006 Petr Gotthard * Copyright (c) 2006 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/u32.c /* * lib/route/cls/u32.c u32 classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf * Copyright (c) 2005-2006 Petr Gotthard * Copyright (c) 2005-2006 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/cgroup.c /* * lib/route/cls/cgroup.c Control Groups Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2009-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/police.c /* * lib/route/cls/police.c Policer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch/nbyte.c /* * lib/route/cls/ematch/nbyte.c Nbyte comparison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch/container.c /* * lib/route/cls/ematch/container.c Container Ematch * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch/meta.c /* * lib/route/cls/ematch/meta.c Metadata Match * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch/cmp.c /* * lib/route/cls/ematch/cmp.c Simple packet data comparison ematch * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch/text.c /* * lib/route/cls/ematch/text.c Text Search * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch.c /* * lib/route/cls/ematch.c Extended Matches * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/basic.c /* * lib/route/cls/basic.c Basic Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/tc.c /* * lib/route/tc.c Traffic Control * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link.c /* * lib/route/link.c Links (Interfaces) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/rtnl.c /* * lib/route/rtnl.c Routing Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/route.c /* * lib/route/route.c Routes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/veth.c /* * lib/route/link/veth.c Virtual Ethernet * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/dummy.c /* * lib/route/link/dummy.c Dummy Interfaces * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/macvlan.c /* * lib/route/link/macvlan.c MACVLAN Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Michael Braun */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/ipip.c /* * lib/route/link/ipip.c IPIP Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/ipvti.c /* * lib/route/link/ipvti.c IPVTI Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/ipgre.c /* * lib/route/link/ipgre.c IPGRE Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/inet6.c /* * lib/route/link/inet6.c AF_INET6 link operations * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/vxlan.c /* * lib/route/link/vxlan.c VXLAN Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Yasunobu Chiba */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/bridge.c /* * lib/route/link/bridge.c AF_BRIDGE link support * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/inet.c /* * lib/route/link/inet.c AF_INET link operations * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/vlan.c /* * lib/route/link/vlan.c VLAN Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/api.c /* * lib/route/link/api.c Link Info API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/ip6tnl.c /* * lib/route/link/ip6tnl.c IP6TNL Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/bonding.c /* * lib/route/link/bonding.c Bonding Link Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/can.c /* * lib/route/link/can.c CAN Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Benedikt Spranger */ ------------------------------------------------------------------------ ./libnl3/lib/route/link/sit.c /* * lib/route/link/sit.c SIT Link Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/lib/route/pktloc.c /* * lib/route/pktloc.c Packet Location Aliasing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc.c /* * lib/route/qdisc.c Queueing Disciplines * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/class.c /* * lib/route/class.c Traffic Classes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/act.c /* * lib/route/act.c Action * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/route/rule.c /* * lib/route/rule.c Routing Rules * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/ingress.c /* * lib/route/qdisc/ingress.c ingress * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/blackhole.c /* * lib/route/qdisc/blackhole.c Blackhole Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/plug.c /* * lib/route/qdisc/plug.c PLUG Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Shriram Rajagopalan */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/fifo.c /* * lib/route/qdisc/fifo.c (p|b)fifo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/tbf.c /* * lib/route/qdisc/tbf.c TBF Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/fq_codel.c /* * lib/route/qdisc/fq_codel.c fq_codel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/htb.c /* * lib/route/qdisc/htb.c HTB Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf * Copyright (c) 2005-2006 Petr Gotthard * Copyright (c) 2005-2006 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/prio.c /* * lib/route/qdisc/prio.c PRIO Qdisc/Class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/red.c /* * lib/route/qdisc/red.c RED Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/dsmark.c /* * lib/route/qdisc/dsmark.c DSMARK * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/sfq.c /* * lib/route/qdisc/sfq.c SFQ Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/cbq.c /* * lib/route/qdisc/cbq.c Class Based Queueing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/qdisc/netem.c /* * lib/route/qdisc/netem.c Network Emulator Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/route_utils.c /* * lib/route/route_utils.c Routing Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/neigh.c /* * lib/route/neigh.c Neighbours * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/neightbl.c /* * lib/route/neightbl.c neighbour tables * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/route_obj.c /* * lib/route/route_obj.c Route Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls.c /* * lib/route/classifier.c Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/classid.c /* * lib/route/classid.c ClassID Management * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/nexthop.c /* * lib/route/nexthop.c Routing Nexthop * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/fib_lookup/lookup.c /* * lib/fib_lookup/lookup.c FIB Lookup * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/fib_lookup/request.c /* * lib/fib_lookup/request.c FIB Lookup Request * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/error.c /* * lib/error.c Error Handling * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cache.c /* * lib/cache.c Caching Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/data.c /* * lib/data.c Abstract Data * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/msg.c /* * lib/msg.c Netlink Messages Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/idiag/idiag_meminfo_obj.c /* * lib/idiag/idiagnl_meminfo_obj.c Inet Diag Meminfo Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/lib/idiag/idiag_vegasinfo_obj.c /* * lib/idiag/idiagnl_vegasinfo_obj.c Inet Diag TCP Vegas Info Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/lib/idiag/idiag_msg_obj.c /* * lib/idiag/idiagnl_msg_obj.c Inet Diag Message Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/lib/idiag/idiag_req_obj.c /* * lib/idiag/idiagnl_req_obj.c Inet Diag Request Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/lib/idiag/idiag.c /* * lib/idiag/idiag.c Inet Diag Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/lib/version.c /* * lib/version.c Run-time version information * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/utils.c /* * lib/utils.c Utility Functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/cache_mngr.c /* * lib/cache_mngr.c Cache Manager * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/neigh.h /* * netlink/cli/neighbour.h CLI Neighbour Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/tc.h /* * netlink/cli/tc.h CLI Traffic Control Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/ct.h /* * netlink/cli/ct.h CLI Conntrack Helper * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/exp.h /* * netlink/cli/exp.h CLI Expectation Helper * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Rich Fought * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/link.h /* * netlink/cli/link.h CLI Link Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/class.h /* * netlink/cli/class.h CLI Class Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/cls.h /* * netlink/cli/cls.h CLI Classifier Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/addr.h /* * netlink/cli/addr.h CLI Address Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/route.h /* * netlink/cli//route.h CLI Route Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/qdisc.h /* * netlink/cli/qdisc.h CLI QDisc Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/rule.h /* * netlink/cli/rule.h CLI Routing Rule Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cli/utils.h /* * src/utils.h Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2009 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/object-api.h /* * netlink/object-api.h Object API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netlink-kernel.h ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/netfilter.h /* * netlink/netfilter/netfilter.h Netfilter generic functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/log.h /* * netlink/netfilter/log.h Netfilter Log * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/ct.h /* * netlink/netfilter/ct.h Conntrack * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/exp.h /* * netlink/netfilter/exp.h Conntrack Expectation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2012 Rich Fought */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/log_msg.h /* * netlink/netfilter/log_msg.h Netfilter Log Message * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/queue.h /* * netlink/netfilter/queue.h Netfilter Queue * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/queue_msg.h /* * netlink/netfilter/queue_msg.h Netfilter Queue Messages * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netfilter/nfnl.h /* * netlink/nfnl/nfnl.h Netfilter Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./libnl3/include/netlink/genl/mngt.h /* * netlink/genl/mngt.h Generic Netlink Management * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/genl/ctrl.h /* * netlink/genl/ctrl.h Generic Netlink Controller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/genl/family.h /* * netlink/genl/family.h Generic Netlink Family * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/genl/genl.h /* * netlink/genl/genl.h Generic Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cache-api.h /* * netlink/cache-api.h Caching API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/cache.h /* * netlink/cache.h Caching Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/act/mirred.h /* * netlink/route/cls/mirred.h mirred action * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/ematch.h /* * netlink/route/cls/ematch.h Extended Matches * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/police.h /* * netlink/route/cls/police.h Policer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/u32.h /* * netlink/route/cls/u32.h u32 classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/cgroup.h /* * netlink/route/cls/cgroup.h Control Groups Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2009-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/ematch/text.h /* * netlink/route/cls/ematch/text.h Text Search * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/ematch/cmp.h /* * netlink/route/cls/ematch/cmp.h Simple Comparison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/ematch/nbyte.h /* * netlink/route/cls/ematch/nbyte.h N-Byte Comparison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/ematch/meta.h /* * netlink/route/cls/ematch/meta.h Metadata Match * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/basic.h /* * netlink/route/cls/basic.h Basic Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/cls/fw.h /* * netlink/route/cls/fw.h fw classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf * Copyright (c) 2006 Petr Gotthard * Copyright (c) 2006 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/tc.h /* * netlink/route/tc.h Traffic Control * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/ipgre.h /* * netlink/route/link/ip_gre.h IPGRE interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/ip6tnl.h /* * netlink/route/link/ip6tnl.h IP6TNL interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/sit.h /* * netlink/route/link/sit.h SIT interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/vlan.h /* * netlink/route/link/vlan.h VLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/info-api.h /* * netlink/route/link/info-api.h Link Modules API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/inet.h /* * netlink/route/link/inet.h INET Link Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/bridge.h /* * netlink/route/link/bridge.h Bridge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/ipip.h /* * netlink/route/link/ipip.h IPIP interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/veth.h /* * netlink/route/link/veth.h VETH interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/api.h /* * netlink/route/link/api.h Link Modules API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/ipvti.h /* * netlink/route/link/ipvti.h IPVTI interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/can.h /* * netlink/route/link/can.h CAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Benedikt Spranger */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/bonding.h /* * netlink/route/link/bonding.h Bonding Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/macvlan.h /* * netlink/route/link/macvlan.h MACVLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Michael Braun */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link/vxlan.h /* * netlink/route/link/vxlan.h VXLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Yasunobu Chiba */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/pktloc.h /* * netlink/route/pktloc.h Packet Location Aliasing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/tc-api.h /* * netlink/route/tc-api.h Traffic Control API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/classifier.h /* * netlink/route/classifier.h Classifiers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/neightbl.h /* * netlink/route/neightbl.h Neighbour Tables * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/tbf.h /* * netlink/route/sch/tbf.h TBF Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/prio.h /* * netlink/route/sch/prio.c PRIO Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/cbq.h /* * netlink/route/sch/cbq.h Class Based Queueing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/netem.h /* * netlink/route/sch/netem.h Network Emulator Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/red.h /* * netlink/route/sch/red.h RED Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/sfq.h /* * netlink/route/sch/sfq.c SFQ Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/htb.h /* * netlink/route/sch/htb.h HTB Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf * Copyright (c) 2005 Petr Gotthard * Copyright (c) 2005 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/fq_codel.h /* * netlink/route/sch/fq_codel.h fq_codel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/fifo.h /* * netlink/route/sch/fifo.c FIFO Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/plug.h /* * netlink/route/qdisc/plug.c PLUG Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Shriram Rajagopalan */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc/dsmark.h /* * netlink/route/sch/dsmark.h DSMARK * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/link.h /* * netlink/route/link.h Links (Interfaces) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/class.h /* * netlink/route/class.h Traffic Classes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/addr.h /* * netlink/route/addr.c rtnetlink addr layer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf * Copyright (c) 2003-2006 Baruch Even , * Mediatrix Telecom, inc. */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/action.h /* * netlink/route/action.h Actions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/nexthop.h /* * netlink/route/nexthop.h Routing Nexthop * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/route.h /* * netlink/route/route.h Routes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/qdisc.h /* * netlink/route/qdisc.h Queueing Disciplines * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/rule.h /* * netlink/route/rule.h Rules * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2010 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/rtnl.h /* * netlink/route/rtnl.h Routing Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/route/neighbour.h /* * netlink/route/neighbour.h Neighbours * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/hashtable.h /* * netlink/hashtable.h Netlink hashtable Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Cumulus Networks, Inc */ ------------------------------------------------------------------------ ./libnl3/include/netlink/attr.h /* * netlink/attr.h Netlink Attributes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/socket.h /* * netlink/socket.h Netlink Socket * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/errno.h /* * netlink/errno.h Error Numbers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/fib_lookup/request.h /* * netlink/fib_lookup/request.h FIB Lookup Request * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/fib_lookup/lookup.h /* * netlink/fib_lookup/fib_lookup.h FIB Lookup * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/list.h /* * netlink/list.h Netlink List Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/types.h /* * netlink/types.h Definition of public types * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netlink.h /* * netlink/netlink.h Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/addr.h /* * netlink/addr.h Abstract Address * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/msg.h /* * netlink/msg.c Netlink Messages Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/data.h /* * netlink/data.h Abstract Data * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/object.h /* * netlink/object.c Generic Cacheable Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/idiag/req.h /* * netlink/idiag/req.h Inetdiag Netlink Request * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink/idiag/meminfo.h /* * netlink/idiag/meminfo.h Inetdiag Netlink Memory Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink/idiag/idiagnl.h /* * netlink/idiag/idiagnl.h Inetdiag Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink/idiag/vegasinfo.h /* * netlink/idiag/vegasinfo.h Inetdiag Netlink TCP Vegas Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink/idiag/msg.h /* * netlink/idiag/msg.h Inetdiag Netlink Message * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink/hash.h ------------------------------------------------------------------------ ./libnl3/include/netlink/handlers.h /* * netlink/handlers.c default netlink message handlers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/netlink-compat.h /* * netlink/netlink-compat.h Netlink Compatability * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/utils.h /* * netlink/utils.h Utility Functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink/version.h /* * netlink/version.h Versioning Information * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/linux/pkt_cls.h ------------------------------------------------------------------------ ./libnl3/include/linux/tc_act/tc_mirred.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nf_conntrack_common.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nfnetlink.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nfnetlink_queue.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nfnetlink_conntrack.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nfnetlink_compat.h ------------------------------------------------------------------------ ./libnl3/include/linux/netfilter/nfnetlink_log.h ------------------------------------------------------------------------ ./libnl3/include/linux/rtnetlink.h ------------------------------------------------------------------------ ./libnl3/include/linux/gen_stats.h ------------------------------------------------------------------------ ./libnl3/include/linux/tc_ematch/tc_em_meta.h ------------------------------------------------------------------------ ./libnl3/include/linux/snmp.h /* * Definitions for MIBs * * Author: Hideaki YOSHIFUJI */ ------------------------------------------------------------------------ ./libnl3/include/linux/if.h /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Global definitions for the INET interface module. * * Version: @(#)if.h 1.0.2 04/18/93 * * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1982-1988 * Ross Biro * Fred N. van Kempen, * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ ------------------------------------------------------------------------ ./libnl3/include/linux/ip_mp_alg.h /* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values. * * Copyright (C) 2004, 2005 Einar Lueck * Copyright (C) 2005 David S. Miller */ ------------------------------------------------------------------------ ./libnl3/include/linux/if_bridge.h /* * Linux ethernet bridge * * Authors: * Lennert Buytenhek * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ ------------------------------------------------------------------------ ./libnl3/include/linux/fib_rules.h ------------------------------------------------------------------------ ./libnl3/include/linux/if_addr.h ------------------------------------------------------------------------ ./libnl3/include/linux/netlink.h ------------------------------------------------------------------------ ./libnl3/include/linux/if_ether.h /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Global definitions for the Ethernet IEEE 802.3 interface. * * Version: @(#)if_ether.h 1.0.1a 02/08/94 * * Author: Fred N. van Kempen, * Donald Becker, * Alan Cox, * Steve Whitehouse, * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ ------------------------------------------------------------------------ ./libnl3/include/linux/ip.h /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Definitions for the IP protocol. * * Version: @(#)ip.h 1.0.2 04/28/93 * * Authors: Fred N. van Kempen, * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ ------------------------------------------------------------------------ ./libnl3/include/linux/if_vlan.h /* * VLAN An implementation of 802.1Q VLAN tagging. * * Authors: Ben Greear * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * */ ------------------------------------------------------------------------ ./libnl3/include/linux/ipv6.h ------------------------------------------------------------------------ ./libnl3/include/linux/if_link.h ------------------------------------------------------------------------ ./libnl3/include/linux/if_tunnel.h ------------------------------------------------------------------------ ./libnl3/include/linux/genetlink.h ------------------------------------------------------------------------ ./libnl3/include/linux/can/netlink.h /* * linux/can/netlink.h * * Definitions for the CAN netlink interface * * Copyright (c) 2009 Wolfgang Grandegger * */ ------------------------------------------------------------------------ ./libnl3/include/linux/if_arp.h /* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Global definitions for the ARP (RFC 826) protocol. * * Version: @(#)if_arp.h 1.0.1 04/16/93 * * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1986-1988 * Portions taken from the KA9Q/NOS (v2.00m PA0GRI) source. * Ross Biro * Fred N. van Kempen, * Florian La Roche, * Jonathan Layes * Arnaldo Carvalho de Melo ARPHRD_HWX25 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ ------------------------------------------------------------------------ ./libnl3/include/linux/neighbour.h ------------------------------------------------------------------------ ./libnl3/include/linux/pkt_sched.h ------------------------------------------------------------------------ ./libnl3/include/netlink-private/object-api.h /* * netlink-private/object-api.c Object API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/tc.h /* * netlink-private/tc.h Local Traffic Control Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/cache-api.h /* * netlink-private/cache-api.h Caching API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/route/link/api.h /* * netlink-private/route/link/api.h Link Modules API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/route/tc-api.h /* * netlink-private/route/tc-api.h Traffic Control API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/socket.h /* * netlink-private/socket.h Private declarations for socket * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/genl.h /* * netlink-private/genl.h Local Generic Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/types.h /* * netlink-private/types.h Netlink Types (Private) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./libnl3/include/netlink-private/netlink.h /* * netlink-private/netlink.h Local Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/python/netlink/fixes.h ------------------------------------------------------------------------ ./libnl3/python/netlink/utils.h ------------------------------------------------------------------------ ./include/libnl3/netlink/object-api.h /* * netlink/object-api.h Object API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netlink-kernel.h ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/netfilter.h /* * netlink/netfilter/netfilter.h Netfilter generic functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/log.h /* * netlink/netfilter/log.h Netfilter Log * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/ct.h /* * netlink/netfilter/ct.h Conntrack * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/exp.h /* * netlink/netfilter/exp.h Conntrack Expectation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2012 Rich Fought */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/log_msg.h /* * netlink/netfilter/log_msg.h Netfilter Log Message * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation * Copyright (c) 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/queue.h /* * netlink/netfilter/queue.h Netfilter Queue * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/queue_msg.h /* * netlink/netfilter/queue_msg.h Netfilter Queue Messages * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2007, 2008 Patrick McHardy */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netfilter/nfnl.h /* * netlink/nfnl/nfnl.h Netfilter Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf * Copyright (c) 2007 Philip Craig * Copyright (c) 2007 Secure Computing Corporation */ ------------------------------------------------------------------------ ./include/libnl3/netlink/genl/mngt.h /* * netlink/genl/mngt.h Generic Netlink Management * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/genl/ctrl.h /* * netlink/genl/ctrl.h Generic Netlink Controller * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/genl/family.h /* * netlink/genl/family.h Generic Netlink Family * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/genl/genl.h /* * netlink/genl/genl.h Generic Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/cache-api.h /* * netlink/cache-api.h Caching API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/cache.h /* * netlink/cache.h Caching Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/act/mirred.h /* * netlink/route/cls/mirred.h mirred action * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/ematch.h /* * netlink/route/cls/ematch.h Extended Matches * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/police.h /* * netlink/route/cls/police.h Policer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/u32.h /* * netlink/route/cls/u32.h u32 classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/cgroup.h /* * netlink/route/cls/cgroup.h Control Groups Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2009-2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/ematch/text.h /* * netlink/route/cls/ematch/text.h Text Search * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/ematch/cmp.h /* * netlink/route/cls/ematch/cmp.h Simple Comparison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/ematch/nbyte.h /* * netlink/route/cls/ematch/nbyte.h N-Byte Comparison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/ematch/meta.h /* * netlink/route/cls/ematch/meta.h Metadata Match * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/basic.h /* * netlink/route/cls/basic.h Basic Classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/cls/fw.h /* * netlink/route/cls/fw.h fw classifier * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf * Copyright (c) 2006 Petr Gotthard * Copyright (c) 2006 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/tc.h /* * netlink/route/tc.h Traffic Control * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/ipgre.h /* * netlink/route/link/ip_gre.h IPGRE interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/ip6tnl.h /* * netlink/route/link/ip6tnl.h IP6TNL interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/sit.h /* * netlink/route/link/sit.h SIT interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/vlan.h /* * netlink/route/link/vlan.h VLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/info-api.h /* * netlink/route/link/info-api.h Link Modules API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/inet.h /* * netlink/route/link/inet.h INET Link Module * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/bridge.h /* * netlink/route/link/bridge.h Bridge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/ipip.h /* * netlink/route/link/ipip.h IPIP interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/veth.h /* * netlink/route/link/veth.h VETH interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/api.h /* * netlink/route/link/api.h Link Modules API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/ipvti.h /* * netlink/route/link/ipvti.h IPVTI interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2014 Susant Sahani */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/can.h /* * netlink/route/link/can.h CAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Benedikt Spranger */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/bonding.h /* * netlink/route/link/bonding.h Bonding Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2011-2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/macvlan.h /* * netlink/route/link/macvlan.h MACVLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Michael Braun */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link/vxlan.h /* * netlink/route/link/vxlan.h VXLAN interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Yasunobu Chiba */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/pktloc.h /* * netlink/route/pktloc.h Packet Location Aliasing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/tc-api.h /* * netlink/route/tc-api.h Traffic Control API * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/classifier.h /* * netlink/route/classifier.h Classifiers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/neightbl.h /* * netlink/route/neightbl.h Neighbour Tables * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/tbf.h /* * netlink/route/sch/tbf.h TBF Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/prio.h /* * netlink/route/sch/prio.c PRIO Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/cbq.h /* * netlink/route/sch/cbq.h Class Based Queueing * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/netem.h /* * netlink/route/sch/netem.h Network Emulator Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/red.h /* * netlink/route/sch/red.h RED Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/sfq.h /* * netlink/route/sch/sfq.c SFQ Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/htb.h /* * netlink/route/sch/htb.h HTB Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf * Copyright (c) 2005 Petr Gotthard * Copyright (c) 2005 Siemens AG Oesterreich */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/fq_codel.h /* * netlink/route/sch/fq_codel.h fq_codel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/fifo.h /* * netlink/route/sch/fifo.c FIFO Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/plug.h /* * netlink/route/qdisc/plug.c PLUG Qdisc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Shriram Rajagopalan */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc/dsmark.h /* * netlink/route/sch/dsmark.h DSMARK * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/link.h /* * netlink/route/link.h Links (Interfaces) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/class.h /* * netlink/route/class.h Traffic Classes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/addr.h /* * netlink/route/addr.c rtnetlink addr layer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf * Copyright (c) 2003-2006 Baruch Even , * Mediatrix Telecom, inc. */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/action.h /* * netlink/route/action.h Actions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Cong Wang */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/nexthop.h /* * netlink/route/nexthop.h Routing Nexthop * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/route.h /* * netlink/route/route.h Routes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/qdisc.h /* * netlink/route/qdisc.h Queueing Disciplines * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2011 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/rule.h /* * netlink/route/rule.h Rules * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2010 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/rtnl.h /* * netlink/route/rtnl.h Routing Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/route/neighbour.h /* * netlink/route/neighbour.h Neighbours * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/hashtable.h /* * netlink/hashtable.h Netlink hashtable Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2012 Cumulus Networks, Inc */ ------------------------------------------------------------------------ ./include/libnl3/netlink/attr.h /* * netlink/attr.h Netlink Attributes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/socket.h /* * netlink/socket.h Netlink Socket * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/errno.h /* * netlink/errno.h Error Numbers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/fib_lookup/request.h /* * netlink/fib_lookup/request.h FIB Lookup Request * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/fib_lookup/lookup.h /* * netlink/fib_lookup/fib_lookup.h FIB Lookup * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/list.h /* * netlink/list.h Netlink List Utilities * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/types.h /* * netlink/types.h Definition of public types * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netlink.h /* * netlink/netlink.h Netlink Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/addr.h /* * netlink/addr.h Abstract Address * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2013 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/msg.h /* * netlink/msg.c Netlink Messages Interface * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/data.h /* * netlink/data.h Abstract Data * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/object.h /* * netlink/object.c Generic Cacheable Object * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/idiag/req.h /* * netlink/idiag/req.h Inetdiag Netlink Request * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./include/libnl3/netlink/idiag/meminfo.h /* * netlink/idiag/meminfo.h Inetdiag Netlink Memory Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./include/libnl3/netlink/idiag/idiagnl.h /* * netlink/idiag/idiagnl.h Inetdiag Netlink * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./include/libnl3/netlink/idiag/vegasinfo.h /* * netlink/idiag/vegasinfo.h Inetdiag Netlink TCP Vegas Info * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./include/libnl3/netlink/idiag/msg.h /* * netlink/idiag/msg.h Inetdiag Netlink Message * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2013 Sassano Systems LLC */ ------------------------------------------------------------------------ ./include/libnl3/netlink/hash.h ------------------------------------------------------------------------ ./include/libnl3/netlink/handlers.h /* * netlink/handlers.c default netlink message handlers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/netlink-compat.h /* * netlink/netlink-compat.h Netlink Compatability * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/utils.h /* * netlink/utils.h Utility Functions * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2012 Thomas Graf */ ------------------------------------------------------------------------ ./include/libnl3/netlink/version.h /* * netlink/version.h Versioning Information * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/configure # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for libnl 3.2.25. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ------------------------------------------------------------------------ ./libnl3/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/build-aux/ar-lib #! /bin/sh # Wrapper for Microsoft lib.exe me=ar-lib scriptversion=2012-03-01.08; # UTC # Copyright (C) 2010-2013 Free Software Foundation, Inc. # Written by Peter Rosin . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # 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. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . ------------------------------------------------------------------------ ./libnl3/build-aux/compile #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # 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. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . ------------------------------------------------------------------------ ./libnl3/build-aux/config.guess #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # 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; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches with a ChangeLog entry to config-patches@gnu.org. ------------------------------------------------------------------------ ./libnl3/build-aux/config.sub #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # 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; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). ------------------------------------------------------------------------ ./libnl3/build-aux/depcomp #! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # 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. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . ------------------------------------------------------------------------ ./libnl3/build-aux/install-sh #!/bin/sh # install - install a program, script, or datafile scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. ------------------------------------------------------------------------ ./libnl3/build-aux/ltmain.sh # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # 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 GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) # --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages # --version print version information # -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. When passed as first option, # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.4.2 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . # GNU libtool home page: . # General help using GNU software: . ------------------------------------------------------------------------ ./libnl3/build-aux/missing #! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2012-06-26.16; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # 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. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. ------------------------------------------------------------------------ ./libnl3/build-aux/test-driver #! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2012-06-27.10; # UTC # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # 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. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . ------------------------------------------------------------------------ ./libnl3/include/netlink/version.h.in /* * netlink/version.h Versioning Information * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2008-2011 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/include/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch_grammar.l /* * lib/route/cls/ematch_grammar.l ematch expression grammar * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/route/cls/ematch_syntax.y /* * lib/route/cls/ematch_syntax.y ematch expression syntax * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010-2013 Thomas Graf */ ------------------------------------------------------------------------ ./libnl3/lib/man/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/doc/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/examples/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/genl/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/links/dummy.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/links/inet.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/links/vlan.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/qdisc/htb.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/address.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/link.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/route/tc.py # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/core.py # # Netlink interface based on libnl # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/netlink/util.py # # Utilities # # Copyright (c) 2011 Thomas Graf # ------------------------------------------------------------------------ ./libnl3/lib/python/tests/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/python/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/src/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/src/lib/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. ------------------------------------------------------------------------ ./libnl3/lib/tests/Makefile.in # Makefile.in generated by automake 1.13.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE.