Home
last modified time | relevance | path

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

/hal_atmel-3.5.0-3.4.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c368 tstrSendReply strReply; in m2m_ip_cb() local
374 if(hif_receive(u32Address, (uint8*)&strReply, sizeof(tstrSendReply), 0) == M2M_SUCCESS) in m2m_ip_cb()
378 sock = strReply.sock; in m2m_ip_cb()
379 u16SessionID = strReply.u16SessionID; in m2m_ip_cb()
382 s16Rcvd = NM_BSP_B_L_16(strReply.s16SentBytes); in m2m_ip_cb()