EPICS Base  7.0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
osiSockAddr Union Reference

Union to switch between sockaddr_in and sockaddr. More...

#include <osiSock.h>

Public Attributes

struct sockaddr_in ia
 
struct sockaddr sa
 

Detailed Description

A union to switch between sockaddr_in and sockaddr. Several socket related calls require casting between a sockaddr and a sockaddr_in. This union makes that casting between the two more convenient.

Definition at line 323 of file osiSock.h.


The documentation for this union was generated from the following file: