File: socket.h

package info (click to toggle)
getstream 20081204-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 927
  • sloc: ansic: 4,913; sh: 76; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (5)
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);