nuttx/net/pkt
2020-01-31 13:45:14 -06:00
..
Kconfig
Make.defs
pkt_callback.c
pkt_conn.c net/: Fix some new problems found by the current nxstyle with .c files in the net/ directory. (#92) 2020-01-13 21:26:04 +01:00
pkt_finddev.c
pkt_input.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
pkt_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pkt_recvfrom.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
pkt_send.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
pkt_sockif.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00
pkt.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