nuttx-apps/netutils
Xiang Xiao f86baa76fc net: Remove IFF_DOWN flag to compatible with Linux/*BSD
turn off interface by checking IFF_UP flag isn't set:
https://github.com/apache/nuttx/issues/1838

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-10-09 18:19:23 +08:00
..
chat add initial cmake build system 2023-07-08 13:52:02 +08:00
cjson Fix Kconfig style 2023-09-01 01:21:54 +08:00
codecs codecs: add md5_file API 2023-09-08 02:11:23 +08:00
connectedhomeip connectedhomeip: supports specifying CHIP_ROOT from the cmake parameter. 2024-05-07 14:53:26 +08:00
cwebsocket
dhcp6c netutils/dhcp6c: Fix printf-style format strings 2024-04-20 12:01:19 -03:00
dhcpc dhcpc: reset the state of the "cancel" variable when restarting the async dhcpc thread. 2024-03-20 02:25:33 +08:00
dhcpd dhcpd:Optimize the data area memory and reduce it by about 1k bytes 2023-09-13 21:49:49 +08:00
discover remove netuitls/xxx/README.md. Migrated to Documentation/applications/netutils 2023-10-30 10:00:01 +08:00
esp8266 net/ip: print ip addresses using ip4_addrN macro 2023-08-22 01:36:42 +08:00
ftpc remove netuitls/xxx/README.md. Migrated to Documentation/applications/netutils 2023-10-30 10:00:01 +08:00
ftpd add initial cmake build system 2023-07-08 13:52:02 +08:00
iperf iperf: add parameters to support dynamic device bind 2024-01-17 00:54:31 -08:00
iptables netutils/iptables: add cmake support. 2024-08-20 02:48:49 +08:00
jsoncpp jsoncpp: add cmake scripts for jsoncpp 2023-11-23 00:19:37 -08:00
libcoap libcoap: fix makefile compile error after menuconfig 2024-08-20 02:46:43 +08:00
libcurl4nx libcurl4nx: fix compilation 2024-06-06 03:21:19 +08:00
mqttc netutils/mqttc: add cmake support 2024-08-20 02:48:22 +08:00
nanopb Add support for protocol buffers (nanopb) 2024-04-22 10:46:39 -03:00
netcat remove netuitls/xxx/README.md. Migrated to Documentation/applications/netutils 2023-10-30 10:00:01 +08:00
netinit net: Remove IFF_DOWN flag to compatible with Linux/*BSD 2024-10-09 18:19:23 +08:00
netlib net: Remove IFF_DOWN flag to compatible with Linux/*BSD 2024-10-09 18:19:23 +08:00
nng nng/clock: fix the timer clock is affected by UTC update bug 2024-08-19 16:49:57 -03:00
ntpclient Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
ping [ping] fix ping error busyloop add goto wait 2024-04-22 23:03:39 +02:00
pppd ppp: Reformat to match nuttx coding style 2024-09-14 13:49:08 +08:00
ptpd ptpd: Fix reserved word 'class' 2023-12-07 18:26:39 -08:00
rexec netutils/rexec/rexecd: supports remote execution and interaction 2023-07-29 20:29:54 -07:00
rexecd rexecd: avoid socket/pipe/socketpair dup to new task 2023-10-26 00:24:28 +08:00
rtptools apps/netutils/rtptools: fix warning while building with clang 2023-05-03 00:28:55 +08:00
smtp Fix nuttx coding style 2024-04-18 09:56:48 +08:00
telnetc add initial cmake build system 2023-07-08 13:52:02 +08:00
telnetd remove netuitls/xxx/README.md. Migrated to Documentation/applications/netutils 2023-10-30 10:00:01 +08:00
tftpc add initial cmake build system 2023-07-08 13:52:02 +08:00
thttpd Thttpd Fix: wrong calc offset 2024-09-09 19:45:03 +08:00
wakaama wakaama: update wakaama to a commit that includes a fix for wakaama examples under NuttX 2023-08-09 00:02:46 +08:00
wakeonlan add initial cmake build system 2023-07-08 13:52:02 +08:00
webclient netutils/webclient: Fix the coding style 2024-08-20 15:23:59 +08:00
webserver Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
xmlrpc add initial cmake build system 2023-07-08 13:52:02 +08:00
.gitignore
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs
Makefile