nuttx/net/pkt
Gregory Nutt a569006fd8 sched/: Make more naming consistent
Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions

    nxsem_setprotocol -> nxsem_set_protocol
    nxsem_getprotocol -> nxsem_get_protocol
    nxsem_getvalue -> nxsem_get_value
2020-05-17 14:01:00 -03:00
..
Kconfig
Make.defs
pkt_callback.c
pkt_conn.c net/pkt: Fix inconsistent use of FAR 2020-02-13 15:10:34 +08:00
pkt_finddev.c
pkt_input.c net/pkt: Fix inconsistent use of FAR 2020-02-13 15:10:34 +08:00
pkt_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pkt_recvfrom.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
pkt_send.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
pkt_sockif.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pkt.h net/pkt: Fix inconsistent use of FAR 2020-02-13 15:10:34 +08:00