This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 05:27:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a6f64725afe8eb4effee612b00384c4e2a9a5af0
nuttx
/
net
/
socket
T
History
Xiang Xiao
d2cfd398ba
Fix compiler error and warning when CONFIG_NET_SENDFILE=y
2018-11-09 11:17:43 -06:00
..
accept.c
…
bind.c
…
connect.c
…
getpeername.c
…
getsockname.c
net/socket/getsockname.c: Add psock_getsockname function
2018-08-26 14:43:13 -06:00
getsockopt.c
net/: Fixes for more coding standard issues detected by nxstyle.
2018-10-29 18:00:30 -06:00
Kconfig
…
listen.c
…
Make.defs
…
net_checksd.c
…
net_clone.c
…
net_close.c
…
net_dupsd2.c
…
net_dupsd.c
fs/vfs/fs_fcntl.c, net/socket/net_dupsd.c, and net/socket/net_vfcntl.c: Add file_fcntl, psock_fcntl, and psock_dupsd for use within the kernel.
2018-08-26 13:31:18 -06:00
net_fstat.c
…
net_poll.c
…
net_sendfile.c
Fix compiler error and warning when CONFIG_NET_SENDFILE=y
2018-11-09 11:17:43 -06:00
net_sockets.c
…
net_sockif.c
…
net_timeo.c
…
net_vfcntl.c
fs/vfs/fs_fcntl.c, net/socket/net_dupsd.c, and net/socket/net_vfcntl.c: Add file_fcntl, psock_fcntl, and psock_dupsd for use within the kernel.
2018-08-26 13:31:18 -06:00
recv.c
…
recvfrom.c
…
send.c
net/: Fixes for more coding standard issues detected by nxstyle.
2018-10-29 18:00:30 -06:00
sendto.c
…
setsockopt.c
net/inet: Add framework to support IPv4 and IPv6 protocol socket options (i.e., SOL_IP and SOL_IP6). This is build framework only (not actual socket options are yet handled). Handling of these socket options is a necessary step on the way to future ICMPv6 MLD support.
2018-10-31 15:59:05 -06:00
socket.c
…
socket.h
…