Simon Piriou
|
d88dc9b2e5
|
net_pkt: fix typo and symbol collision
|
2017-07-22 09:01:24 -06:00 |
|
Gregory Nutt
|
b4467a5cf5
|
Socket I/F: Fixes to LOCAL socket interface to get sim/udgram to build.
|
2017-07-14 11:34:34 -06:00 |
|
Gregory Nutt
|
8bf8c3fa86
|
Socket I/F: Add address family support for poll() and sendfile()
|
2017-07-14 10:57:38 -06:00 |
|
Gregory Nutt
|
ac543648b8
|
Socket interface: Added getsockname[C() interfaces.
|
2017-07-14 09:04:19 -06:00 |
|
Simon Piriou
|
ac72978072
|
Networking: Fix typos introduced with network interface changes.
|
2017-07-14 06:02:49 -06:00 |
|
Gregory Nutt
|
5033a6def7
|
Socket interface: Added addref() and sockcaps() interfaces.
|
2017-07-13 13:36:18 -06:00 |
|
Gregory Nutt
|
833ee2275d
|
Socket interface: Added close() interface.
|
2017-07-13 12:15:15 -06:00 |
|
Gregory Nutt
|
0c840ed22f
|
Socket interface: Added listen() and accept() interfaces.
|
2017-07-13 11:15:00 -06:00 |
|
Gregory Nutt
|
85b1ae4cf0
|
Socket interface: Added bind() and connect() interfaces.
|
2017-07-13 09:28:18 -06:00 |
|
Gregory Nutt
|
a71c504142
|
Socket I/F: Add recvfrom() method to interface.
|
2017-07-12 17:36:05 -06:00 |
|
Gregory Nutt
|
1b9cb70828
|
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 |
|