nfs-ganesha 1.4
|
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "cidr.h"
#include "abstract_mem.h"
Go to the source code of this file.
Functions | |
CIDR * | cidr_net_supernet (const CIDR *addr) |
CIDR ** | cidr_net_subnets (const CIDR *addr) |
Definition at line 73 of file cidr_net.c.
Definition at line 18 of file cidr_net.c.