.. |
Kconfig
|
Merged in masayuki2009/nuttx.nuttx/change_udp_broadcast (pull request #954)
|
2019-07-26 14:05:03 +00:00 |
Make.defs
|
This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit.
|
2019-07-01 12:25:32 -06:00 |
udp_callback.c
|
This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit.
|
2019-07-01 12:25:32 -06:00 |
udp_conn.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 |
udp_devpoll.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
udp_finddev.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 |
udp_input.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
udp_ipselect.c
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
udp_netpoll.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
udp_notifier.c
|
This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit.
|
2019-07-01 12:25:32 -06:00 |
udp_psock_send.c
|
net/udp: Remove an unused variable warning. Add some comments.
|
2018-04-27 18:26:38 -06:00 |
udp_psock_sendto_buffered.c
|
net/udp/udp_psock_sendto_buffered.c: Fixes a copy-paste error in the new SO_LINGER code: CONFIG_TCP_NOTIFIER to CONFIG_UDP_NOTIFIER.
|
2019-08-05 07:42:14 -06:00 |
udp_psock_sendto_unbuffered.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
udp_send.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 |
udp_setsockopt.c
|
net/udp/udp_setsockopt.c: Remove a warning about an uninitialized variable.
|
2018-07-04 18:28:17 -06:00 |
udp_txdrain.c
|
net/udp/udp_txdrain.c: Add missing header file.
|
2019-07-29 08:12:55 -06:00 |
udp_wrbuffer_dump.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 |
udp_wrbuffer.c
|
net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS.
|
2019-02-14 15:38:36 -06:00 |
udp.h
|
Still fixing new warnings found in build testing.
|
2019-07-01 15:56:34 -06:00 |