incubator-nuttx/net/local
Juha Niskanen e8b5dd4528 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
..
Kconfig
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
local_recvfrom.c Rename file_close_detached() to juse file_close() for better consistency in naming. 2018-09-15 13:04:56 -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/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
local_sockif.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00