
Go to the source code of this file.
Data Structures | |
| struct | HIPC_usoc | 
Functions | |
| void | hipcPosixUsocInit (struct HIPC_usoc *so_p, const int fdr, const int fdw) | 
| Initializes a universal socket.  More... | |
| void hipcPosixUsocInit | ( | struct HIPC_usoc * | so_p, | 
| const int | fdr, | ||
| const int | fdw | ||
| ) | 
Initializes a universal socket.
| so_p | Pointer to a universal socket | 
| fdr | a file descriptor for reading | 
| fdw | a file descriptor for writing | 
Definition at line 14 of file posix_usoc.c.
References HIPC_usoc::fdr, and HIPC_usoc::fdw.
 1.8.6