#include "str.h"#include "dprint.h"#include "mem/mem.h"Go to the source code of this file.
Data Structures | |
| struct | host_alias |
Functions | |
| int | grep_aliases (char *name, int len, unsigned short port, unsigned short proto) |
| int | add_alias (char *name, int len, unsigned short port, unsigned short proto) |
Variables | |
| host_alias * | aliases |
|
||||||||||||||||||||
|
Definition at line 84 of file name_alias.h. References host_alias::alias, aliases, grep_aliases(), L_ERR, _str::len, len, LOG, host_alias::next, pkg_free, pkg_malloc, host_alias::port, host_alias::proto, and _str::s. Referenced by fix_hostname(), fix_socket_list(), and yyparse(). |
|
||||||||||||||||||||
|
Definition at line 57 of file name_alias.h. References host_alias::alias, _str::len, len, host_alias::next, host_alias::port, host_alias::proto, and _str::s. Referenced by add_alias(), and check_self(). |
|
|
Definition at line 446 of file main.c. Referenced by add_alias(). |
1.3.9.1