Searched refs:TARGET_EPROTONOSUPPORT (Results 1 – 7 of 7) sorted by relevance
26 #undef TARGET_EPROTONOSUPPORT27 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ macro
127 #undef TARGET_EPROTONOSUPPORT128 #define TARGET_EPROTONOSUPPORT 120 /* Protocol not supported */ macro
150 #undef TARGET_EPROTONOSUPPORT151 #define TARGET_EPROTONOSUPPORT 221 macro
30 #undef TARGET_EPROTONOSUPPORT31 #define TARGET_EPROTONOSUPPORT 43 macro
90 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ macro
104 #define TARGET_EPROTONOSUPPORT 93 /* Protocol not supported */ macro
3166 return -TARGET_EPROTONOSUPPORT; in do_socket()