|
Electroneum
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include "config.h"

Go to the source code of this file.
Classes | |
| struct | upnpperm |
Functions | |
| int | read_permission_line (struct upnpperm *perm, char *p) |
| int | check_upnp_rule_against_permissions (const struct upnpperm *permary, int n_perms, u_short eport, struct in_addr address, u_short iport) |
| int check_upnp_rule_against_permissions | ( | const struct upnpperm * | permary, |
| int | n_perms, | ||
| u_short | eport, | ||
| struct in_addr | address, | ||
| u_short | iport | ||
| ) |
| int read_permission_line | ( | struct upnpperm * | perm, |
| char * | p | ||
| ) |