Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dsockets.c195 get_socket(int s) in get_socket() function
324 sock = get_socket(s); in lwip_accept()
413 sock = get_socket(s); in lwip_bind()
452 sock = get_socket(s); in lwip_close()
477 sock = get_socket(s); in lwip_connect()
532 sock = get_socket(s); in lwip_listen()
571 sock = get_socket(s); in lwip_recvfrom()
764 sock = get_socket(s); in lwip_send()
802 sock = get_socket(s);
1278 sock = get_socket(s);
[all …]
/lib/liblwip/
DCHANGELOG2617 parameters. Remove excessive set_errno() calls after get_socket(), because
2618 errno is set inside of get_socket(). Move last sock_set_errno() inside