hop-2012/experiments/cmsg/net.h

12 lines
333 B
C
Raw Normal View History

2011-01-05 18:08:13 +00:00
/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
2011-01-05 18:06:59 +00:00
2010-12-27 21:56:42 +00:00
#ifndef cmsg_net_h
#define cmsg_net_h
extern void get_addr_name(char *namebuf, size_t buflen, struct sockaddr_in const *sin);
extern void endpoint_name(struct sockaddr_in const *peername, cmsg_bytes_t result);
2010-12-27 21:56:42 +00:00
extern void start_net(int listen_port);
#endif