nfs-ganesha 1.4
Functions

cidr_mem.c File Reference

#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

CIDRcidr_alloc (void)
CIDRcidr_dup (const CIDR *src)
void cidr_free (CIDR *tofree)

Function Documentation

CIDR* cidr_alloc ( void  )

Definition at line 18 of file cidr_mem.c.

CIDR* cidr_dup ( const CIDR src)

Definition at line 36 of file cidr_mem.c.

void cidr_free ( CIDR tofree)

Definition at line 51 of file cidr_mem.c.