3 * Copyright (C) James R. Leu 2000
6 * This software is covered under the LGPL, for more
7 * info check out http://www.gnu.org/copyleft/lgpl.html
10 #include "ldp_struct.h"
11 #include "ldp_inet_addr.h"
13 #include "mpls_mm_impl.h"
15 mpls_inet_addr
*mpls_inet_addr_create()
17 mpls_inet_addr
*ia
= (mpls_inet_addr
*) mpls_malloc(sizeof(mpls_inet_addr
));
20 memset(ia
, 0, sizeof(mpls_inet_addr
));