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-06-08 10:32:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
85b1ae4cf00355ec05e85fab51f124221b8d2194
nuttx
/
net
/
local
T
History
Gregory Nutt
85b1ae4cf0
Socket interface: Added bind() and connect() interfaces.
2017-07-13 09:28:18 -06:00
..
Kconfig
…
local_accept.c
…
local_bind.c
…
local_conn.c
…
local_connect.c
…
local_fifo.c
…
local_listen.c
…
local_netpoll.c
…
local_recvfrom.c
Socket I/F: Add recvfrom() method to interface.
2017-07-12 17:36:05 -06:00
local_recvutils.c
…
local_release.c
…
local_send.c
…
local_sendpacket.c
…
local_sendto.c
…
local_sockif.c
Socket interface: Added bind() and connect() interfaces.
2017-07-13 09:28:18 -06:00
local.h
Socket I/F: Add recvfrom() method to interface.
2017-07-12 17:36:05 -06:00
Make.defs
Sockets: Initial steps to adde a socket interface to the networking. Each address family will have an interface that describes how to perform socket operations on that address family. Currently only a couple of methods are defined in the table as a proof of concept. More to come. Currently there are only tables for the INET/INET6 family, the Unix LOCAL family, and the raw PACKET family. Hopefully there will be AF_IEEE802154 and AF_BLUETOOTH comming down the pike.
2017-07-12 15:07:32 -06:00