Searched defs:ENOTCONN (Results 1 – 5 of 5) sorted by relevance
237 enum ENOTCONN = 126; in version() local365 enum ENOTCONN = 107; /// in version() local468 enum ENOTCONN = 107; /// in version() local579 enum ENOTCONN = 235; /// in version() local676 enum ENOTCONN = 134; /// in version() local782 enum ENOTCONN = 107; /// in version() local884 enum ENOTCONN = 107; /// in version() local937 enum ENOTCONN = 57; /// in version() local1092 enum ENOTCONN = 107; /// in version() local1182 enum ENOTCONN = 57; /// Socket is not connected in version() local[all …]
178 #define ENOTCONN 9925 macro
115 # define ENOTCONN 126 macro
108 #define ENOTCONN 57 /* Socket is not connected */ macro
153 inline int ENOTCONN = 57; variable