Main Page Alphabetical List Compound List File List Compound Members File Members Related Pages
naming.c File Reference
Code for mapping between protocol name and number.
More...
#include "memory.h"
#include "types.h"
Go to the source code of this file.
Functions |
PROTO | mapProtoNameToNum (char *name) |
char* | mapProtoNumToName (PROTO num) |
int | storeProtoMapping (char *name, PROTO num) |
void | cleanMapping (void) |
Variables |
char** | names = (char**)0 |
PROTO* | nums = (PROTO*)0 |
unsigned long | proto_count = 0 |
unsigned long | space = 0 |
Detailed Description
Code for mapping between protocol name and number.
Definition in file naming.c.
Function Documentation
void cleanMapping (
|
void )
|
|
PROTO mapProtoNameToNum (
|
char * name )
|
|
char * mapProtoNumToName (
|
PROTO num )
|
|
int storeProtoMapping (
|
char * name,
|
|
PROTO num )
|
|
Variable Documentation
char ** names = (char**)0
|
|
unsigned long proto_count = 0
|
|
Generated at Mon Jul 8 15:16:50 2002 for RUBICON by
1.2.1 written by Dimitri van Heesch,
© 1997-2000