net/ and include/nuttx/net: Add getpeername() support

This commit is contained in:
ligd
2018-07-19 07:16:30 -06:00
committed by Gregory Nutt
parent a1cddfbc8c
commit e840038f2d
13 changed files with 410 additions and 4 deletions
+3 -2
View File
@@ -35,8 +35,9 @@
# Include socket source files
SOCK_CSRCS += bind.c connect.c getsockname.c recv.c recvfrom.c send.c
SOCK_CSRCS += sendto.c socket.c net_sockets.c net_close.c net_dupsd.c
SOCK_CSRCS += bind.c connect.c getsockname.c getpeername.c
SOCK_CSRCS += recv.c recvfrom.c send.c sendto.c
SOCK_CSRCS += socket.c net_sockets.c net_close.c net_dupsd.c
SOCK_CSRCS += net_dupsd2.c net_sockif.c net_clone.c net_poll.c net_vfcntl.c
SOCK_CSRCS += net_fstat.c