mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
net/ and include/nuttx/net: Add getpeername() support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user