incubator-nuttx/drivers/net
Gregory Nutt 0efed95115 drivers/net/tun.c: Eliminate unused function.
Eliminated unused function tun_ipv6multicast().  This eliminates a warning from the build test:

net/tun.c:1061:13: warning: 'tun_ipv6multicast' defined but not used [-Wunused-function]
 static void tun_ipv6multicast(FAR struct tun_device_s *priv)
             ^~~~~~~~~~~~~~~~~
2020-03-08 08:40:05 -05:00
..
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough 2020-02-02 08:25:06 -06:00
dm90x0.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
encx24j600.c Fix typos in comments 2020-03-03 09:11:57 -06:00
encx24j600.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
ftmac100.c Fix typos in comments 2020-03-03 09:11:57 -06:00
lan91c111.c Fix typos in comments 2020-03-03 09:11:57 -06:00
lan91c111.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
loopback.c Fix typos in comments 2020-03-03 09:11:57 -06:00
phy_notify.c net: phy_notify_subscribe call phy_notify_unsubscribe if sigev_notify equals SIGEV_NONE 2020-03-07 12:59:47 -06:00
rpmsgdrv.c Fix typos in comments 2020-03-03 09:11:57 -06:00
skeleton.c Fix typos in comments 2020-03-03 09:11:57 -06:00
slip.c drivers/net/slip.c: It's enough to only hold the net lock in SLIP driver 2020-02-02 08:27:33 -06:00
telnet.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tun.c drivers/net/tun.c: Eliminate unused function. 2020-03-08 08:40:05 -05:00