raw_sendto() function
Send the raw IP packet to the given address. An IP header will be prepended to the packet, unless the RAW_FLAGS_HDRINCL flag is set on the PCB. In that case, the packet must include an IP header, which will then be sent as is.
Arguments
pcb
the raw pcb which to send
ipaddr
the destination address of the IP packet