incubator-nuttx/net/pkt
Dmitriy Linikov a8c58607e9 Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603)
Added ECANCELED condition to DEBUGASSERT-s checking sem_wait result

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-02-20 18:24:53 +00: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.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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 Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
pkt_finddev.c net/pkt: Eliminate a compile error due to missing include and also a warning. 2017-11-29 15:20:15 -06:00
pkt_input.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pkt_poll.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pkt_recvfrom.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pkt_send.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
pkt_sockif.c This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface. 2017-10-23 08:45:12 -06:00