#include "str.h"#include "dprint.h"#include "mem/mem.h"


Go to the source code of this file.
Data Structures | |
| struct | host_alias |
Functions | |
| static int | add_alias (char *name, int len, unsigned short port, unsigned short proto) |
| static int | grep_aliases (char *name, int len, unsigned short port, unsigned short proto) |
Variables | |
| struct host_alias * | aliases |
| static int add_alias | ( | char * | name, | |
| int | len, | |||
| unsigned short | port, | |||
| unsigned short | proto | |||
| ) | [inline, static] |
Definition at line 84 of file name_alias.h.
References host_alias::alias, grep_aliases(), _str::len, LM_ERR, host_alias::next, pkg_free, pkg_malloc, host_alias::port, host_alias::proto, and _str::s.
Referenced by fix_socket_list().
| static int grep_aliases | ( | char * | name, | |
| int | len, | |||
| unsigned short | port, | |||
| unsigned short | proto | |||
| ) | [inline, static] |
Definition at line 50 of file name_alias.h.
References host_alias::alias, _str::len, LM_DBG, host_alias::next, host_alias::port, host_alias::proto, and _str::s.
Referenced by add_alias(), and check_self().
| struct host_alias* aliases |
1.5.6