Searched defs:EPROTONOSUPPORT (Results 1 – 7 of 7) sorted by relevance
55 # define EPROTONOSUPPORT EINVAL macro
70 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
66 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
74 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
425 # define EPROTONOSUPPORT 135 macro
36 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
127 public static final int EPROTONOSUPPORT = placeholder(); field in OsConstants