nuttx/net/pkt
2017-11-29 15:20:15 -06:00
..
Kconfig
Make.defs
pkt_callback.c
pkt_conn.c net/pkt: Eliminate a compile error due to missing include and also a warning. 2017-11-29 15:20:15 -06: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 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 Squashed commit of the following: 2017-10-03 15:35:24 -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
pkt.h net/: Versions of psock_send() and pock_sendto() should not set errno. That is taken care of at a higher level in the send()/sendto() implementation as appropriate. 2017-09-30 06:41:56 -06:00