incubator-nuttx/net/local
Gregory Nutt 3b275fcf4e net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
..
Kconfig Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
Make.defs Squashed commit of the following: 2019-05-21 18:57:54 -06:00
local.h net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types. 2019-09-01 08:47:01 -06:00
local_accept.c net/local: Fixed deadlock issue by replacing nxsem_wait() with net_lockedwait() so that we do not wait with the network locked. 2019-03-19 09:54:22 -06:00
local_bind.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
local_conn.c net/local/local_conn.c: Removed un-ncessary memset(). Connection structure is allocated with kmm_zalloc() which will clear all memory. 2019-09-01 11:23:40 -06:00
local_connect.c Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
local_fifo.c arch/arm/src/stm32l4: if SRAM3 is used as heap, do not power it off in stop 2 mode. 2019-06-13 05:52:40 -06:00
local_listen.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_netpoll.c This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket. 2017-11-02 08:23:38 -06:00
local_recvfrom.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
local_recvutils.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
local_release.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
local_send.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_sendpacket.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_sendto.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
local_sockif.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00