File: socket.h

package info (click to toggle)
getstream 20100616-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: ansic: 5,057; makefile: 39; sh: 13
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7

int socket_join_multicast(int sock, char *addr);
int socket_set_ttl(int sock, int ttl);
int socket_set_nonblock(int sock);
int socket_open(char *laddr, int port);
void socket_close(int sock);
int socket_connect(int sock, char *addr, int port);