TCPIP_ICMPV6_Flush Function
C
bool TCPIP_ICMPV6_Flush(IPV6_PACKET * pkt); Returns
true - if the packet was flushed
false - if the packet was queued
Description
Transmit out a ICMPv6 packet.
Remarks
None.
Preconditions
IPv6 and ICMPv6 are initialized.
Parameters
| Parameters | Description |
|---|---|
| pkt | The packet to flush |
