Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/include/
Dm2m_socket_host_if.h221 uint32 u32IPAddr; member
431 uint32 u32IPAddr; member
Dsocket.h896 typedef void (*tpfPingCb)(uint32 u32IPAddr, uint32 u32RTT, uint8 u8ErrorCode);
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c265 strAccept.strAddr.sin_addr.s_addr = strAcceptReply.strAddr.u32IPAddr; in m2m_ip_cb()
326 strRecvMsg.strRemoteAddr.sin_addr.s_addr = strRecvReply.strRemoteAddr.u32IPAddr; in m2m_ip_cb()
403 gfpPingCb(strPingReply.u32IPAddr, strPingReply.u32RTT, strPingReply.u8ErrorCode); in m2m_ip_cb()
820 strSendTo.strAddr.u32IPAddr = pstrAddr->sin_addr.s_addr; in sendto()