Home
last modified time | relevance | path

Searched refs:strPingReply (Results 1 – 1 of 1) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c397 tstrPingReply strPingReply; in m2m_ip_cb() local
398 if(hif_receive(u32Address, (uint8*)&strPingReply, sizeof(tstrPingReply), 1) == M2M_SUCCESS) in m2m_ip_cb()
400 gfpPingCb = (void (*)(uint32 , uint32 , uint8))strPingReply.u32CmdPrivate; in m2m_ip_cb()
403 gfpPingCb(strPingReply.u32IPAddr, strPingReply.u32RTT, strPingReply.u8ErrorCode); in m2m_ip_cb()