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_IPV6_PUBLIC_H 00011 #define LRTR_IPV6_PUBLIC_H 00012 00013 #include <stdint.h> 00014 00018 struct lrtr_ipv6_addr { 00019 uint32_t addr[4]; 00020 }; 00021 00022 #endif /* LRTR_IPV6_PUBLIC_H */
1.6.1