nfs-ganesha 1.4
|
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "abstract_mem.h"
#include "cidr.h"
Go to the source code of this file.
Functions | |
CIDR * | cidr_alloc (void) |
CIDR * | cidr_dup (const CIDR *src) |
void | cidr_free (CIDR *tofree) |
CIDR* cidr_alloc | ( | void | ) |
Definition at line 18 of file cidr_mem.c.
Definition at line 36 of file cidr_mem.c.
void cidr_free | ( | CIDR * | tofree | ) |
Definition at line 51 of file cidr_mem.c.