incubator-nuttx/net/mld
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
mld.h debug: Reduce CONFIG_CPP_HAVE_VARARGS usage 2020-05-05 08:27:58 -06:00
mld_done.c
mld_group.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
mld_initialize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mld_join.c
mld_leave.c
mld_mcastmac.c
mld_msg.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mld_poll.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
mld_query.c
mld_report.c
mld_send.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
mld_timer.c