raw_bind() function
Bind a RAW PCB. @see raw_disconnect()
Arguments
pcb
RAW PCB to be bound with a local address ipaddr.
ipaddr
local IP address to bind with. Use IP4_ADDR_ANY to bind to all local interfaces.
Return value
lwIP error code. - ERR_OK. Successful. No error occurred. - ERR_USE. The specified IP address is already bound to by another RAW PCB.