Home
last modified time | relevance | path

Searched refs:osl_Pipe_E_NoProtocol (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dpipe.c58 { 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 */
/aoo42x/main/sal/inc/osl/
H A Dpipe.h41 osl_Pipe_E_NoProtocol, /* Protocol not available */ enumerator
/aoo42x/main/vos/inc/vos/
H A Dpipe.hxx66 E_NoProtocol = osl_Pipe_E_NoProtocol, /* Protocol not available */
/aoo42x/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx111 case osl_Pipe_E_NoProtocol: in printPipeError()

Completed in 10 milliseconds