#include "gsockaddr.h"

Go to the source code of this file.
Classes | |
| struct | SocketOptions |
Enumerations | |
| enum | AFSocketDirection { AFSOCKET_DIR_RECV = 0x01 , AFSOCKET_DIR_SEND = 0x02 } |
Functions | |
| gboolean | socket_options_setup_socket_method (SocketOptions *self, gint fd, GSockAddr *bind_addr, AFSocketDirection dir) |
| gboolean | socket_options_setup_peer_socket_method (SocketOptions *self, gint fd, GSockAddr *bind_addr) |
| void | socket_options_init_instance (SocketOptions *self) |
| SocketOptions * | socket_options_new (void) |
| enum AFSocketDirection |
| void socket_options_init_instance | ( | SocketOptions * | self | ) |
| SocketOptions* socket_options_new | ( | void | ) |
| gboolean socket_options_setup_peer_socket_method | ( | SocketOptions * | self, |
| gint | fd, | ||
| GSockAddr * | bind_addr | ||
| ) |
| gboolean socket_options_setup_socket_method | ( | SocketOptions * | self, |
| gint | fd, | ||
| GSockAddr * | bind_addr, | ||
| AFSocketDirection | dir | ||
| ) |