LwIP
ENOPROTOOPT
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
ENOPROTOOPT
ENOPROTOOPT macro
Syntax
Show:
Summary
Declaration
from
errno.h:141
#define
ENOPROTOOPT
92
Examples
References
from
examples
Code
Location
#define
ENOPROTOOPT
92
/* Protocol not available */
errno.h:141
if
(
NETCONNTYPE_GROUP
(
netconn_type
(
(
sock
)
->
conn
)
)
!=
netconntype
)
{
done_socket
(
sock
)
;
return
ENOPROTOOPT
;
}
}
while
(
0
)
sockets.c:171
return
ENOPROTOOPT
;
sockets.c:2907
return
ENOPROTOOPT
;
sockets.c:2926
err
=
ENOPROTOOPT
;
sockets.c:3016
err
=
ENOPROTOOPT
;
sockets.c:3071
err
=
ENOPROTOOPT
;
sockets.c:3117
err
=
ENOPROTOOPT
;
sockets.c:3189
err
=
ENOPROTOOPT
;
sockets.c:3196
return
ENOPROTOOPT
;
sockets.c:3334
err
=
ENOPROTOOPT
;
sockets.c:3461
err
=
ENOPROTOOPT
;
sockets.c:3544
err
=
ENOPROTOOPT
;
sockets.c:3594
err
=
ENOPROTOOPT
;
sockets.c:3727
err
=
ENOPROTOOPT
;
sockets.c:3734
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out