Searched refs:isbind (Results 1 – 3 of 3) sorted by relevance
| /components/net/netdev/include/ |
| A D | netdev.h | 140 …ar *host, size_t data_len, uint32_t timeout, struct netdev_ping_resp *ping_resp, rt_bool_t isbind);
|
| /components/net/netdev/src/ |
| A D | netdev.c | 1326 rt_bool_t isbind = RT_FALSE; in netdev_cmd_ping() local 1336 isbind = RT_TRUE; in netdev_cmd_ping() 1373 …ev->ops->ping(netdev, (const char *)target_name, size, NETDEV_PING_RECV_TIMEO, &ping_resp, isbind); in netdev_cmd_ping()
|
| /components/net/lwip/port/ |
| A D | ethernetif.c | 214 uint32_t timeout, struct netdev_ping_resp *ping_resp, rt_bool_t isbind) in lwip_netdev_ping() argument 263 if (isbind) { in lwip_netdev_ping()
|
Completed in 8 milliseconds