Searched refs:get_socket (Results 1 – 2 of 2) sorted by relevance
195 get_socket(int s) in get_socket() function324 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 …]
2617 parameters. Remove excessive set_errno() calls after get_socket(), because2618 errno is set inside of get_socket(). Move last sock_set_errno() inside