Searched refs:pPingParams (Results 1 – 2 of 2) sorted by relevance
1003 _i16 sl_NetAppPing(const SlNetAppPingCommand_t* pPingParams, const _u8 Family, SlNetAppPingReport_t… in sl_NetAppPing() argument1017 if(NULL != pPingParams) in sl_NetAppPing()1022 sl_Memcpy(&Msg.Cmd.Ip, &pPingParams->Ip, SL_IPV4_ADDRESS_SIZE); in sl_NetAppPing()1027 sl_Memcpy(&Msg.Cmd.Ip, &pPingParams->Ip, SL_IPV6_ADDRESS_SIZE); in sl_NetAppPing()1030 Msg.Cmd.PingIntervalTime = pPingParams->PingIntervalTime; in sl_NetAppPing()1031 Msg.Cmd.PingSize = pPingParams->PingSize; in sl_NetAppPing()1032 Msg.Cmd.PingRequestTimeout = pPingParams->PingRequestTimeout; in sl_NetAppPing()1033 Msg.Cmd.TotalNumberOfAttempts = pPingParams->TotalNumberOfAttempts; in sl_NetAppPing()1034 Msg.Cmd.Flags = pPingParams->Flags; in sl_NetAppPing()1038 …PingTimeout = SL_NETAPP_PING_GUARD_INTERVAL + (pPingParams->PingIntervalTime * pPingParams->TotalN… in sl_NetAppPing()[all …]
1037 _i16 sl_NetAppPing(const SlNetAppPingCommand_t* pPingParams,const _u8 Family, SlNetAppPingReport_t …