This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
net
/
pkt
History
Gregory Nutt
1fd9eb6069
net/pkt: pkt_input() should not report an error using the nerr() macro when the PKT tap does not need the packet. That is not an error. Use ninfo() instead.
2018-11-16 13:48:30 -06:00
..
Kconfig
Squashed commit of the following:
2018-06-25 12:08:10 -06:00
Make.defs
…
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/pkt: pkt_input() should not report an error using the nerr() macro when the PKT tap does not need the packet. That is not an error. Use ninfo() instead.
2018-11-16 13:48:30 -06:00
pkt_poll.c
net/: Fixes for more coding standard issues detected by nxstyle.
2018-10-29 18:00:30 -06:00
pkt_recvfrom.c
…
pkt_send.c
…
pkt_sockif.c
net/: Fixes for more coding standard issues detected by nxstyle.
2018-10-29 18:00:30 -06:00
pkt.h
…