Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c915 tstrCloseCmd strclose; in winc1500_close() local
916 strclose.sock = sock; in winc1500_close()
917 strclose.u16SessionID = gastrSockets[sock].u16SessionID; in winc1500_close()
926 s8Ret = SOCKET_REQUEST(u8Cmd, (uint8*)&strclose, sizeof(tstrCloseCmd), NULL,0, 0); in winc1500_close()