incubator-nuttx/net/pkt
Gregory Nutt 6266e067e9 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
..
Kconfig
Make.defs
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
pkt_callback.c
pkt_conn.c net/: Fix some compile errors introduce with recent networking patches. Found in build testing. 2018-11-09 14:25:44 -06: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
pkt_recvfrom.c
pkt_send.c
pkt_sockif.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00