nuttx/net/pkt
2017-08-31 07:23:19 -06:00
..
Kconfig Socket I/F: Cleanup for good CONFIG_NET_PKT build. 2017-07-14 13:42:31 -06:00
Make.defs Socket I/F: Add recvfrom() method to interface. 2017-07-12 17:36:05 -06:00
pkt_callback.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
pkt_conn.c Networking: A little more wording changes related to interrupts vs. events 2017-08-29 15:08:38 -06:00
pkt_finddev.c Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 14:24:12 -06:00
pkt_input.c Networking: A little more wording changes related to interrupts vs. events 2017-08-29 15:08:38 -06:00
pkt_poll.c Networking: A little more wording changes related to interrupts vs. events 2017-08-29 15:08:38 -06:00
pkt_recvfrom.c Networking: Clean up some naming that has bothered me for a long time... There are no interrupts and no interrupt handlers in the network. There are events and event handler (there used to to be interrupt logic in there years ago but that is long, long gone). 2017-08-29 14:08:04 -06:00
pkt_send.c Networking: Clean up some naming that has bothered me for a long time... There are no interrupts and no interrupt handlers in the network. There are events and event handler (there used to to be interrupt logic in there years ago but that is long, long gone). 2017-08-29 14:08:04 -06:00
pkt_sockif.c Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck. 2017-08-31 07:23:19 -06:00
pkt.h Update and move ieee802154.h socket header file. Fix some comments in net/pkt. 2017-08-18 07:08:02 -06:00