incubator-nuttx/net/local
Gregory Nutt 342f5fe33d Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
local.h Local sockets: Local stream sockets had problem of double releasing pipes (both server and client attempt release), which causes wrong pipe pair being closed in multi-client case. Solve by adding per connection instance ID to pipe names. From Jussi Kivilinna (2015-05-12). 2015-05-12 07:47:32 -06:00
local_accept.c Local sockets: Local stream sockets had problem of double releasing pipes (both server and client attempt release), which causes wrong pipe pair being closed in multi-client case. Solve by adding per connection instance ID to pipe names. From Jussi Kivilinna (2015-05-12). 2015-05-12 07:47:32 -06:00
local_bind.c Local sockets: Local stream sockets had problem of double releasing pipes (both server and client attempt release), which causes wrong pipe pair being closed in multi-client case. Solve by adding per connection instance ID to pipe names. From Jussi Kivilinna (2015-05-12). 2015-05-12 07:47:32 -06:00
local_conn.c Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna. 2015-05-12 07:41:12 -06:00
local_connect.c Local sockets: Local stream sockets had problem of double releasing pipes (both server and client attempt release), which causes wrong pipe pair being closed in multi-client case. Solve by adding per connection instance ID to pipe names. From Jussi Kivilinna (2015-05-12). 2015-05-12 07:47:32 -06:00
local_fifo.c Local sockets: Local stream sockets had problem of double releasing pipes (both server and client attempt release), which causes wrong pipe pair being closed in multi-client case. Solve by adding per connection instance ID to pipe names. From Jussi Kivilinna (2015-05-12). 2015-05-12 07:47:32 -06:00
local_listen.c Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna. 2015-05-12 07:41:12 -06:00
local_netpoll.c Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna. 2015-05-12 07:41:12 -06:00
local_recvfrom.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
local_recvutils.c Fix some errors in debug assertions 2015-01-30 13:29:56 -06:00
local_release.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
local_send.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
local_sendpacket.c Unix domain: Various fixes to get apps/examplex/udgram working 2015-01-29 11:05:04 -06:00
local_sendto.c Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00