| 2766 | } |
| 2767 | |
| 2768 | int |
| 2769 | lwip_getpeername(int s, struct sockaddr *name, socklen_t *namelen) |
| 2770 | { |
| 2771 | return lwip_getaddrname(s, name, namelen, 0); |
| 2772 | } |
| 2773 | |
| 2774 | int |
| 2775 | lwip_getsockname(int s, struct sockaddr *name, socklen_t *namelen) |
no test coverage detected