![]() |
Crossfire Server, Trunk
1.75.0
|
Contains parameters for socket() and bind() for listening sockets. More...
#include <newserver.h>
Data Fields | |
struct sockaddr * | addr |
socklen_t | addrlen |
int | family |
int | protocol |
int | socktype |
Contains parameters for socket() and bind() for listening sockets.
This struct contains most fields of "struct addrinfo", but older systems do not know struct addrinfo yet.
Definition at line 79 of file newserver.h.
struct sockaddr* listen_info::addr |
Definition at line 84 of file newserver.h.
Referenced by init_listening_socket(), and init_server().
socklen_t listen_info::addrlen |
Definition at line 83 of file newserver.h.
Referenced by init_listening_socket(), and init_server().
int listen_info::family |
Definition at line 80 of file newserver.h.
Referenced by init_listening_socket(), and init_server().
int listen_info::protocol |
Definition at line 82 of file newserver.h.
Referenced by init_listening_socket(), and init_server().
int listen_info::socktype |
Definition at line 81 of file newserver.h.
Referenced by init_listening_socket(), and init_server().