My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
soc_common.c File Reference
#include "soc_common.h"
#include <errno.h>

Go to the source code of this file.

Macros

#define NET_UNKNOWN_ERROR_OFFSET   -10000
 

Functions

s32 _net_convert_error (s32 sock_retval)
 
int SOC_GetErrno (void)
 

Variables

Handle SOCU_handle = 0
 
int SOCU_errno = 0
 
Handle socMemhandle = 0
 

Macro Definition Documentation

#define NET_UNKNOWN_ERROR_OFFSET   -10000

Definition at line 89 of file soc_common.c.

Function Documentation

s32 _net_convert_error ( s32  sock_retval)

Definition at line 92 of file soc_common.c.

int SOC_GetErrno ( void  )

Definition at line 101 of file soc_common.c.

Variable Documentation

Handle socMemhandle = 0

Definition at line 6 of file soc_common.c.

int SOCU_errno = 0

Definition at line 5 of file soc_common.c.

Handle SOCU_handle = 0

Definition at line 4 of file soc_common.c.