nfs-ganesha 1.4
|
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "../include/cidr.h"
Go to the source code of this file.
Defines | |
#define | UMIN(x, y) ((x)<(y)?(x):(y)) |
#define | MASKNUM(x) (24-((15-x)*8)) |
#define | WRMASKSET(x) |
#define | UMIN(x, y) ((x)<(y)?(x):(y)) |
#define | MASKNUM(x) (120-((15-x)*8)) |
#define | WRMASKSET(x) |
Functions | |
CIDR * | cidr_from_str (const char *addr) |
#define WRMASKSET | ( | x | ) |
#define WRMASKSET | ( | x | ) |
CIDR* cidr_from_str | ( | const char * | addr | ) |
Definition at line 19 of file cidr_from_str.c.