Home
last modified time | relevance | path

Searched refs:get_socket (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c474 get_socket(int fd) in get_socket() function
627 sock = get_socket(s); in lwip_accept()
719 sock = get_socket(s); in lwip_bind()
774 sock = get_socket(s); in lwip_close()
812 sock = get_socket(s); in lwip_connect()
882 sock = get_socket(s); in lwip_listen()
1200 sock = get_socket(s); in lwip_recvfrom()
1291 sock = get_socket(s); in lwip_recvmsg()
1386 sock = get_socket(s); in lwip_send()
1425 sock = get_socket(s); in lwip_sendmsg()
[all …]
/btstack/3rd-party/lwip/core/
H A DCHANGELOG3806 parameters. Remove excessive set_errno() calls after get_socket(), because
3807 errno is set inside of get_socket(). Move last sock_set_errno() inside