Searched refs:ENOPROTOOPT (Results 1 – 8 of 8) sorted by relevance
66 if (errno != ENOPROTOOPT) in has_tcp_ao()91 if (errno != ENOPROTOOPT && errno == ENOMEM) { in has_tcp_md5()
75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
74 #define ENOPROTOOPT 99 /* Protocol not available */ macro
82 #define ENOPROTOOPT 220 /* Protocol not available */ macro
19 #define ENOPROTOOPT 42 /* Protocol not available */ macro
16 #define ENOPROTOOPT 42 /* Protocol not available */ macro
111 ASSERT_EQ(-ENOPROTOOPT, -errno); in TEST_F()
665 if (errno == ENOPROTOOPT || errno == ENOTSUPP) { in main()
Completed in 17 milliseconds