Electroneum
openssdpsocket.h
Go to the documentation of this file.
1 /* $Id: openssdpsocket.h,v 1.7 2015/07/21 15:39:38 nanard Exp $ */
2 /* MiniUPnP project
3  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
4  * (c) 2006-2015 Thomas Bernard
5  * This software is subject to the conditions detailed
6  * in the LICENCE file provided within the distribution */
7 #ifndef OPENSSDPSOCKET_H_INCLUDED
8 #define OPENSSDPSOCKET_H_INCLUDED
9 
10 #include "minissdpdtypes.h"
11 
19 int
20 OpenAndConfSSDPReceiveSocket(int ipv6, unsigned char ttl);
21 
29 int
30 AddDropMulticastMembership(int s, struct lan_addr_s * lan_addr, int ipv6, int drop);
31 
32 #endif
33 
int OpenAndConfSSDPReceiveSocket(int ipv6, unsigned char ttl)
int AddDropMulticastMembership(int s, struct lan_addr_s *lan_addr, int ipv6, int drop)