#include <netinet/in.h>
#include "asterisk/io.h"
Include dependency graph for acl.h:
Go to the source code of this file.
Defines | |
#define | AST_SENSE_ALLOW 1 |
#define | AST_SENSE_DENY 0 |
Functions | |
ast_ha * | ast_append_ha (char *sense, char *stuff, struct ast_ha *path) |
int | ast_apply_ha (struct ast_ha *ha, struct sockaddr_in *sin) |
ast_ha * | ast_duplicate_ha_list (struct ast_ha *original) |
int | ast_find_ourip (struct in_addr *ourip, struct sockaddr_in bindaddr) |
void | ast_free_ha (struct ast_ha *ha) |
int | ast_get_ip (struct sockaddr_in *sin, const char *value) |
int | ast_get_ip_or_srv (struct sockaddr_in *sin, const char *value, const char *service) |
int | ast_lookup_iface (char *iface, struct in_addr *address) |
int | ast_ouraddrfor (struct in_addr *them, struct in_addr *us) |
int | ast_str2tos (const char *value, int *tos) |
Definition in file acl.h.