Searched refs:osl_Pipe_E_NoProtocol (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/osl/unx/ |
H A D | pipe.c | 58 { EPROTOTYPE, osl_Pipe_E_NoProtocol }, /* Protocol wrong type for socket */ 59 { ENOPROTOOPT, osl_Pipe_E_NoProtocol }, /* Protocol not available */ 60 { EPROTONOSUPPORT, osl_Pipe_E_NoProtocol }, /* Protocol not supported */ 61 { ESOCKTNOSUPPORT, osl_Pipe_E_NoProtocol }, /* Socket type not supported */ 62 { EPFNOSUPPORT, osl_Pipe_E_NoProtocol }, /* Protocol family not supported */ 63 { EAFNOSUPPORT, osl_Pipe_E_NoProtocol }, /* Address family not supported by */
|
/trunk/main/sal/inc/osl/ |
H A D | pipe.h | 41 osl_Pipe_E_NoProtocol, /* Protocol not available */ enumerator
|
/trunk/main/vos/inc/vos/ |
H A D | pipe.hxx | 66 E_NoProtocol = osl_Pipe_E_NoProtocol, /* Protocol not available */
|
/trunk/main/sal/qa/osl/pipe/ |
H A D | osl_Pipe.cxx | 111 case osl_Pipe_E_NoProtocol: in printPipeError()
|
Completed in 22 milliseconds