Searched refs:ENOPROTOOPT (Results 1 – 6 of 6) sorted by relevance
75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
16 #define ENOPROTOOPT 42 /* Protocol not available */ macro
19 #define ENOPROTOOPT 42 /* Protocol not available */ macro
83 #define ENOPROTOOPT 220 /* Protocol not available */ macro
74 #define ENOPROTOOPT 99 /* Protocol not available */ macro
665 if (errno == ENOPROTOOPT || errno == ENOTSUPP) { in main()