00001 /* 00002 * This file is part of RTRlib. 00003 * 00004 * This file is subject to the terms and conditions of the MIT license. 00005 * See the file LICENSE in the top level directory for more details. 00006 * 00007 * Website: http://rtrlib.realmv6.org/ 00008 */ 00009 00010 #ifndef LRTR_IPV4_H 00011 #define LRTR_IPV4_H 00012 00013 #include <stdint.h> 00014 00019 struct lrtr_ipv4_addr { 00020 uint32_t addr; 00021 }; 00022 00023 #endif
1.6.1