Monero
upnpstun.h
Go to the documentation of this file.
1 /* MiniUPnP project
2  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
3  * (c) 2018 Pali Rohár
4  * This software is subject to the conditions detailed
5  * in the LICENCE file provided within the distribution */
6 
7 #ifndef UPNPSTUN_H_INCLUDED
8 #define UPNPSTUN_H_INCLUDED
9 
10 int perform_stun(const char *if_name, const char *if_addr, const char *stun_host, unsigned short stun_port, struct in_addr *ext_addr, int *restrictive_nat);
11 
12 #endif
int perform_stun(const char *if_name, const char *if_addr, const char *stun_host, unsigned short stun_port, struct in_addr *ext_addr, int *restrictive_nat)
Definition: upnpstun.c:400