mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-18 02:38:24 +00:00
apps/examples/netlink_route: Add test/example of NETLINK_ROUTE 'get' opeations. apps/netutils/netlib: Fixes to NETLINK_ROUTE helpers found by testing with apps/examples/netlink_route.
This commit is contained in:
parent
0276088d5a
commit
449290c8da
10 changed files with 529 additions and 28 deletions
|
|
@ -321,8 +321,7 @@ struct neighbor_entry_s;
|
|||
ssize_t netlib_get_nbtable(FAR struct neighbor_entry_s *nbtab,
|
||||
unsigned int nentries);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* CONFIG_NET_IPv6 */
|
||||
|
||||
#ifdef CONFIG_NETDEV_WIRELESS_IOCTL
|
||||
int netlib_getessid(FAR const char *ifname, FAR char *essid, size_t idlen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue