Searched defs:EOPNOTSUPP (Results 1 – 5 of 5) sorted by relevance
241 enum EOPNOTSUPP = 130; in version() local352 enum EOPNOTSUPP = 95; /// in version() local455 enum EOPNOTSUPP = 95; /// in version() local567 enum EOPNOTSUPP = 223; /// in version() local663 enum EOPNOTSUPP = 122; /// in version() local769 enum EOPNOTSUPP = 95; /// in version() local872 enum EOPNOTSUPP = 95; /// in version() local924 enum EOPNOTSUPP = 45; /// in version() local1079 enum EOPNOTSUPP = 95; /// in version() local1171 enum EOPNOTSUPP = ENOTSUP; /// Operation not supported on socket in version() local[all …]
194 #define EOPNOTSUPP 9929 macro
106 # define EOPNOTSUPP 130 macro
94 #define EOPNOTSUPP 45 /* Operation not supported */ macro
129 inline int EOPNOTSUPP = 45; variable