Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c232 tstrListenReply strListenReply; in m2m_ip_cb() local
234 if(hif_receive(u32Address, (uint8*)&strListenReply, sizeof(tstrListenReply), 0) == M2M_SUCCESS) in m2m_ip_cb()
236 strListen.status = strListenReply.s8Status; in m2m_ip_cb()
238 gpfAppSocketCb(strListenReply.sock,SOCKET_MSG_LISTEN, &strListen); in m2m_ip_cb()