Go to the source code of this file.
|  | 
| int | mbdyn_make_inet_socket (struct sockaddr_in *name, const char *hostname, unsigned short int port, int dobind, int *perror) | 
|  | 
| int | mbdyn_make_inet_socket_type (struct sockaddr_in *name, const char *hostname, unsigned short int port, int socket_type, int dobind, int *perror) | 
|  | 
| int | mbdyn_make_named_socket (struct sockaddr_un *name, const char *path, int dobind, int *perror) | 
|  | 
| int | mbdyn_make_named_socket_type (struct sockaddr_un *name, const char *path, int socket_type, int dobind, int *perror) | 
|  | 
      
        
          | #define IPPORT_USERRESERVED   IPPORT_RESERVED | 
      
 
 
      
        
          | #define MBDYN_DEFAULT_SOCKET_TYPE   SOCK_STREAM | 
      
 
 
      
        
          | #define MSG_NOSIGNAL   SO_NOSIGPIPE | 
      
 
 
      
        
          | int mbdyn_make_inet_socket | ( | struct sockaddr_in * | name, | 
        
          |  |  | const char * | hostname, | 
        
          |  |  | unsigned short int | port, | 
        
          |  |  | int | dobind, | 
        
          |  |  | int * | perror | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int mbdyn_make_inet_socket_type | ( | struct sockaddr_in * | name, | 
        
          |  |  | const char * | hostname, | 
        
          |  |  | unsigned short int | port, | 
        
          |  |  | int | socket_type, | 
        
          |  |  | int | dobind, | 
        
          |  |  | int * | perror | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int mbdyn_make_named_socket | ( | struct sockaddr_un * | name, | 
        
          |  |  | const char * | path, | 
        
          |  |  | int | dobind, | 
        
          |  |  | int * | perror | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int mbdyn_make_named_socket_type | ( | struct sockaddr_un * | name, | 
        
          |  |  | const char * | path, | 
        
          |  |  | int | socket_type, | 
        
          |  |  | int | dobind, | 
        
          |  |  | int * | perror | 
        
          |  | ) |  |  |