sync update net. (#8333)

This commit is contained in:
geniusgogo
2023-12-05 23:09:19 +08:00
committed by GitHub
parent 474a55ea36
commit 3bc29c7673
11 changed files with 139 additions and 64 deletions

View File

@@ -137,7 +137,7 @@ struct netdev_ops
#ifdef RT_USING_FINSH
/* set network interface device common network interface device operations */
int (*ping)(struct netdev *netdev, const char *host, size_t data_len, uint32_t timeout, struct netdev_ping_resp *ping_resp);
int (*ping)(struct netdev *netdev, const char *host, size_t data_len, uint32_t timeout, struct netdev_ping_resp *ping_resp, rt_bool_t isbind);
void (*netstat)(struct netdev *netdev);
#endif