Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_icmp.h/net_icmp.c

Prototype

Code Block

          NET_IF_NBR NetICMP_TxEchoReq(CPU_INT08U       *p_addr_dest,
                                       NET_IP_ADDR_LEN   addr_len,
                                  	   CPU_INT32U        timeout_ms,
                                       void             *p_data,
                                       CPU_INT16U        data_len,
                                       NET_ERR          *p_err);

Arguments

p_addr_dest

Pointer to IP destination address to send the ICMP echo request.

...