Monero
Loading...
Searching...
No Matches
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
19int
20OpenAndConfSSDPReceiveSocket(int ipv6, unsigned char ttl);
21
29int
30AddDropMulticastMembership(int s, struct lan_addr_s * lan_addr, int ipv6, int drop);
31
32#endif
33
#define s(x, c)
Definition aesb.c:47
int OpenAndConfSSDPReceiveSocket(int ipv6, unsigned char ttl)
Definition openssdpsocket.c:106
int AddDropMulticastMembership(int s, struct lan_addr_s *lan_addr, int ipv6, int drop)
Definition openssdpsocket.c:39
Definition minissdpdtypes.h:17