incubator-nuttx/net/local
Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
..
Kconfig Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
Make.defs
local.h Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
local_accept.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -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 net: Disable priority inheritance on all semaphores used for signaling 2016-11-03 12:17:02 -06:00
local_connect.c net/local: connect: Fix warning with gcc-arm-none-eabi-5-2016q1. Using compiler from gcc-arm-none-eabi-5-2016q1 toolchain: 2017-03-30 06:54:59 -06:00
local_fifo.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
local_listen.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
local_netpoll.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
local_recvfrom.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
local_recvutils.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
local_release.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
local_send.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
local_sendpacket.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
local_sendto.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00