ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
nw_errors.h File Reference
#include <common/emh_const.h>
#include <ss/libss_exports.h>
#include <ss/libss_undef.h>

Go to the source code of this file.

Macros

#define NW_EB   EMH_NW_error_base
 
#define NW_INCOMP   NW_EB + 10 /* Operation incomplete */
 
#define NW_NOACCEPT   NW_EB + 11 /* Unable to accept connection */
 
#define NW_NOCRTIPC   NW_EB + 1 /* Unable to create net ipc queue */
 
#define NW_NODELIPC   NW_EB + 4 /* Unable to delete net ipc queue */
 
#define NW_NOHOST   NW_EB + 9 /* Unable to get host by name */
 
#define NW_NOIPCENTRY   NW_EB + 2 /* Unable to create net ipc entry in table */
 
#define NW_NOPROTOCOL   NW_EB + 7 /* Unable to get protocol number */
 
#define NW_NORCVMSG   NW_EB + 6 /* Unable to receive message from net queue*/
 
#define NW_NOSERVICE   NW_EB + 8 /* Unable to get service by name */
 
#define NW_NOSNDMSG   NW_EB + 5 /* Unable to send message to net queue */
 
#define NW_NOSUCHIPC   NW_EB + 3 /* Unable to find net ipc entry in table */
 
#define NW_RCV_TIMEDOUT   NW_EB + 13 /* Timed out doing recvs */
 
#define NW_SERVER_ERROR   NW_EB + 12 /* Unclassified network server error */
 
#define NW_SETSOCKOPT_FAIL   NW_EB + 14 /* Call to setsockopt failed */
 

Macro Definition Documentation

#define NW_EB   EMH_NW_error_base

Definition at line 41 of file nw_errors.h.

#define NW_INCOMP   NW_EB + 10 /* Operation incomplete */

Definition at line 51 of file nw_errors.h.

#define NW_NOACCEPT   NW_EB + 11 /* Unable to accept connection */

Definition at line 52 of file nw_errors.h.

#define NW_NOCRTIPC   NW_EB + 1 /* Unable to create net ipc queue */

Definition at line 42 of file nw_errors.h.

#define NW_NODELIPC   NW_EB + 4 /* Unable to delete net ipc queue */

Definition at line 45 of file nw_errors.h.

#define NW_NOHOST   NW_EB + 9 /* Unable to get host by name */

Definition at line 50 of file nw_errors.h.

#define NW_NOIPCENTRY   NW_EB + 2 /* Unable to create net ipc entry in table */

Definition at line 43 of file nw_errors.h.

#define NW_NOPROTOCOL   NW_EB + 7 /* Unable to get protocol number */

Definition at line 48 of file nw_errors.h.

#define NW_NORCVMSG   NW_EB + 6 /* Unable to receive message from net queue*/

Definition at line 47 of file nw_errors.h.

#define NW_NOSERVICE   NW_EB + 8 /* Unable to get service by name */

Definition at line 49 of file nw_errors.h.

#define NW_NOSNDMSG   NW_EB + 5 /* Unable to send message to net queue */

Definition at line 46 of file nw_errors.h.

#define NW_NOSUCHIPC   NW_EB + 3 /* Unable to find net ipc entry in table */

Definition at line 44 of file nw_errors.h.

#define NW_RCV_TIMEDOUT   NW_EB + 13 /* Timed out doing recvs */

Definition at line 54 of file nw_errors.h.

#define NW_SERVER_ERROR   NW_EB + 12 /* Unclassified network server error */

Definition at line 53 of file nw_errors.h.

#define NW_SETSOCKOPT_FAIL   NW_EB + 14 /* Call to setsockopt failed */

Definition at line 55 of file nw_errors.h.