lwIP
+
0
/4 examples
SourceVu will show references to
ERR_VAL
from the following samples and libraries:
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
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
ESP-IDF Framework and Examples
lwIP
ERR_VAL
ERR_VAL value
Illegal value.
Syntax
Show:
Summary
Declaration
from
err.h:67
ERR_VAL
=
-
6
;
Examples
ERR_VAL
is referenced by 4 libraries and example projects:
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
References
from
0/4
examples
Code
Location
Referrer
ERR_VAL
=
-
6
,
err.h:67
return
ERR_VAL
;
api_lib.c:932
netconn_sendto()
LWIP_ERROR
(
"netconn_write: invalid conn->type"
,
(
NETCONNTYPE_GROUP
(
conn
->
type
)
==
NETCONN_TCP
)
,
return
ERR_VAL
;
)
;
api_lib.c:1010
netconn_write_vectors_partly()
return
ERR_VAL
;
api_lib.c:1020
netconn_write_vectors_partly()
return
ERR_VAL
;
api_lib.c:1029
netconn_write_vectors_partly()
return
ERR_VAL
;
api_lib.c:1038
netconn_write_vectors_partly()
return
ERR_VAL
;
api_msg.c:320
recv_tcp()
return
ERR_VAL
;
api_msg.c:552
accept_function()
return
ERR_VAL
;
api_msg.c:556
accept_function()
return
ERR_VAL
;
api_msg.c:565
accept_function()
msg
->
err
=
ERR_VAL
;
api_msg.c:681
pcb_new()
err
=
ERR_VAL
;
api_msg.c:1314
lwip_netconn_do_bind()
err
=
ERR_VAL
;
api_msg.c:1318
lwip_netconn_do_bind()
err
=
ERR_VAL
;
api_msg.c:1358
lwip_netconn_do_bind_if()
err
=
ERR_VAL
;
api_msg.c:1362
lwip_netconn_do_bind_if()
return
ERR_VAL
;
api_msg.c:1387
lwip_netconn_do_connected()
err
=
ERR_VAL
;
api_msg.c:1481
lwip_netconn_do_connect()
msg
->
err
=
ERR_VAL
;
api_msg.c:1511
lwip_netconn_do_disconnect()
err
=
ERR_VAL
;
api_msg.c:1535
lwip_netconn_do_listen()
msg
->
err
=
ERR_VAL
;
api_msg.c:1616
lwip_netconn_do_send()
err
=
ERR_VAL
;
api_msg.c:1935
lwip_netconn_do_write()
msg
->
err
=
ERR_VAL
;
api_msg.c:2130
lwip_netconn_do_join_leave_group()
msg
->
err
=
ERR_VAL
;
api_msg.c:2183
lwip_netconn_do_join_leave_group_netif()
API_EXPR_DEREF
(
msg
->
err
)
=
ERR_VAL
;
api_msg.c:2210
lwip_netconn_do_dns_found()
return
ERR_VAL
;
bridgeif.c:191
bridgeif_fdb_remove()
return
ERR_VAL
;
bridgeif.c:334
bridgeif_input()
return
ERR_VAL
;
bridgeif.c:339
bridgeif_input()
return
ERR_VAL
;
bridgeif.c:535
bridgeif_add_port()
return
ERR_VAL
;
bridgeif.c:541
bridgeif_add_port()
LWIP_ERROR
(
"dhcp_select: dhcp != NULL"
,
(
dhcp
!=
NULL
)
,
return
ERR_VAL
;
)
;
dhcp.c:480
dhcp_select()
LWIP_DHCP_INPUT_ERROR
(
"len == 4"
,
len
==
4
,
return
ERR_VAL
;
)
;
dhcp.c:1674
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len >= decode_len"
,
len
>=
decode_len
,
return
ERR_VAL
;
)
;
dhcp.c:1679
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len %% 4 == 0"
,
len
%
4
==
0
,
return
ERR_VAL
;
)
;
dhcp.c:1685
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len >= decode_len"
,
len
>=
decode_len
,
return
ERR_VAL
;
)
;
dhcp.c:1688
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 4"
,
len
==
4
,
return
ERR_VAL
;
)
;
dhcp.c:1693
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 1"
,
len
==
1
,
return
ERR_VAL
;
)
;
dhcp.c:1707
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"overload in file/sname"
,
options_offset
==
DHCP_OPTIONS_OFS
,
return
ERR_VAL
;
)
;
dhcp.c:1709
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 1"
,
len
==
1
,
return
ERR_VAL
;
)
;
dhcp.c:1713
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 4"
,
len
==
4
,
return
ERR_VAL
;
)
;
dhcp.c:1717
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 4"
,
len
==
4
,
return
ERR_VAL
;
)
;
dhcp.c:1721
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"len == 4"
,
len
==
4
,
return
ERR_VAL
;
)
;
dhcp.c:1725
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"decode_len %% 4 == 0"
,
decode_len
%
4
==
0
,
return
ERR_VAL
;
)
;
dhcp.c:1757
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"invalid decode_len"
,
decode_len
==
1
,
return
ERR_VAL
;
)
;
dhcp.c:1772
dhcp_parse_reply()
LWIP_DHCP_INPUT_ERROR
(
"next pbuf was null"
,
q
!=
NULL
,
return
ERR_VAL
;
)
;
dhcp.c:1785
dhcp_parse_reply()
return
ERR_VAL
;
dns.c:968
dns_send()
return
ERR_VAL
;
dns.c:1812
dns_gethostbyname_addrtype()
return
ERR_VAL
;
etharp.c:451
etharp_update_arp_entry()
err_t
err
=
ERR_VAL
;
/* no matching interface */
igmp.c:457
igmp_joingroup()
LWIP_ERROR
(
"igmp_joingroup: attempt to join non-multicast address"
,
ip4_addr_ismulticast
(
groupaddr
)
,
return
ERR_VAL
;
)
;
igmp.c:463
igmp_joingroup()
LWIP_ERROR
(
"igmp_joingroup: attempt to join allsystems address"
,
(
!
ip4_addr_eq
(
groupaddr
,
&
allsystems
)
)
,
return
ERR_VAL
;
)
;
igmp.c:464
igmp_joingroup()
LWIP_ERROR
(
"igmp_joingroup_netif: attempt to join non-multicast address"
,
ip4_addr_ismulticast
(
groupaddr
)
,
return
ERR_VAL
;
)
;
igmp.c:498
igmp_joingroup_netif()
LWIP_ERROR
(
"igmp_joingroup_netif: attempt to join allsystems address"
,
(
!
ip4_addr_eq
(
groupaddr
,
&
allsystems
)
)
,
return
ERR_VAL
;
)
;
igmp.c:499
igmp_joingroup_netif()
LWIP_ERROR
(
"igmp_joingroup_netif: attempt to join on non-IGMP netif"
,
netif
->
flags
&
NETIF_FLAG_IGMP
,
return
ERR_VAL
;
)
;
igmp.c:502
igmp_joingroup_netif()
err_t
err
=
ERR_VAL
;
/* no matching interface */
igmp.c:554
igmp_leavegroup()
LWIP_ERROR
(
"igmp_leavegroup: attempt to leave non-multicast address"
,
ip4_addr_ismulticast
(
groupaddr
)
,
return
ERR_VAL
;
)
;
igmp.c:560
igmp_leavegroup()
LWIP_ERROR
(
"igmp_leavegroup: attempt to leave allsystems address"
,
(
!
ip4_addr_eq
(
groupaddr
,
&
allsystems
)
)
,
return
ERR_VAL
;
)
;
igmp.c:561
igmp_leavegroup()
LWIP_ERROR
(
"igmp_leavegroup_netif: attempt to leave non-multicast address"
,
ip4_addr_ismulticast
(
groupaddr
)
,
return
ERR_VAL
;
)
;
igmp.c:594
igmp_leavegroup_netif()
LWIP_ERROR
(
"igmp_leavegroup_netif: attempt to leave allsystems address"
,
(
!
ip4_addr_eq
(
groupaddr
,
&
allsystems
)
)
,
return
ERR_VAL
;
)
;
igmp.c:595
igmp_leavegroup_netif()
LWIP_ERROR
(
"igmp_leavegroup_netif: attempt to leave on non-IGMP netif"
,
netif
->
flags
&
NETIF_FLAG_IGMP
,
return
ERR_VAL
;
)
;
igmp.c:598
igmp_leavegroup_netif()
return
ERR_VAL
;
igmp.c:638
igmp_leavegroup_netif()
return
ERR_VAL
;
ip.c:162
ip_input()
return
ERR_VAL
;
ip4.c:947
ip4_output_if_opt_src()
return
ERR_VAL
;
ip4_frag.c:800
ip4_frag()
LWIP_ERROR
(
"ip4_frag(): pbuf too short"
,
p
->
len
>=
IP_HLEN
,
return
ERR_VAL
)
;
ip4_frag.c:802
ip4_frag()
err_t
err
=
ERR_VAL
;
/* no matching interface */
mld6.c:322
mld6_joingroup()
LWIP_ERROR
(
"mld6_joingroup: attempt to join non-multicast address"
,
ip6_addr_ismulticast
(
groupaddr
)
,
return
ERR_VAL
;
)
;
mld6.c:359
mld6_joingroup_netif()
err_t
err
=
ERR_VAL
;
/* no matching interface */
mld6.c:414
mld6_leavegroup()
return
ERR_VAL
;
mld6.c:493
mld6_leavegroup_netif()
return
ERR_VAL
;
netif.c:1661
netif_add_ip6_address()
(
p_from
->
next
==
NULL
)
,
return
ERR_VAL
;
)
;
pbuf.c:1033
pbuf_copy_partial_pbuf()
(
p_to
->
next
==
NULL
)
,
return
ERR_VAL
;
)
;
pbuf.c:1038
pbuf_copy_partial_pbuf()
return
ERR_VAL
;
raw.c:225
raw_bind()
return
ERR_VAL
;
raw.c:282
raw_connect()
return
ERR_VAL
;
raw.c:360
raw_sendto()
return
ERR_VAL
;
raw.c:433
raw_sendto_if_src()
return
ERR_VAL
;
raw.c:451
raw_sendto_if_src()
set_errno
(
err_to_errno
(
ERR_VAL
)
)
;
sockets.c:777
lwip_bind()
set_errno
(
err_to_errno
(
ERR_VAL
)
)
;
sockets.c:870
lwip_connect()
set_errno
(
err_to_errno
(
ERR_VAL
)
)
;
sockets.c:1353
lwip_recvmsg()
LWIP_ERROR
(
"tcp_bind: can only bind in state CLOSED"
,
pcb
->
state
==
CLOSED
,
return
ERR_VAL
)
;
tcp.c:690
tcp_bind()
return
ERR_VAL
;
tcp.c:2431
tcp_tcp_get_tcp_addrinfo()
err
=
ERR_VAL
;
tcp_in.c:960
tcp_process()
return
ERR_VAL
;
tcp_out.c:855
tcp_split_unsent_seg()
return
ERR_VAL
;
tcp_out.c:1642
tcp_rexmit_rto_prepare()
return
ERR_VAL
;
tcp_out.c:1652
tcp_rexmit_rto_prepare()
return
ERR_VAL
;
tcp_out.c:1657
tcp_rexmit_rto_prepare()
return
ERR_VAL
;
tcp_out.c:1736
tcp_rexmit()
return
ERR_VAL
;
tcp_out.c:1745
tcp_rexmit()
return
ERR_VAL
;
udp.c:473
udp_send()
return
ERR_VAL
;
udp.c:541
udp_sendto()
return
ERR_VAL
;
udp.c:658
udp_sendto_if()
return
ERR_VAL
;
udp.c:741
udp_sendto_if_src()
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
ERR_VAL
is read by 54 functions:
All items filtered out
ERR_VAL
netconn_sendto()
netconn_write_vectors_partly()
recv_tcp()
accept_function()
pcb_new()
lwip_netconn_do_bind()
lwip_netconn_do_bind_if()
lwip_netconn_do_connected()
lwip_netconn_do_connect()
lwip_netconn_do_disconnect()
lwip_netconn_do_listen()
lwip_netconn_do_send()
lwip_netconn_do_write()
lwip_netconn_do_join_leave_group()
lwip_netconn_do_join_leave_group_netif()
lwip_netconn_do_dns_found()
lwip_bind()
lwip_connect()
lwip_recvmsg()
dns_send()
dns_gethostbyname_addrtype()
ip_input()
netif_add_ip6_address()
pbuf_copy_partial_pbuf()
raw_bind()
raw_connect()
raw_sendto()
raw_sendto_if_src()
tcp_process()
tcp_split_unsent_seg()
tcp_rexmit_rto_prepare()
tcp_rexmit()
udp_send()
udp_sendto()
udp_sendto_if()
udp_sendto_if_src()
dhcp_select()
dhcp_parse_reply()
etharp_update_arp_entry()
igmp_joingroup()
igmp_joingroup_netif()
igmp_leavegroup()
igmp_leavegroup_netif()
ip4_output_if_opt_src()
ip4_frag()
mld6_joingroup()
mld6_joingroup_netif()
mld6_leavegroup()
mld6_leavegroup_netif()
bridgeif_fdb_remove()
bridgeif_input()
bridgeif_add_port()
tcp_bind()
tcp_tcp_get_tcp_addrinfo()
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out