You will need to look at the ps2ip.h file and see what functions are exported. If you don't find it there, it will be worth looking at the LWIP project and seeing if its available. It's possible the function hasn't been exported from LWIP, or also quite possible that LWIP doesn't support broadcast.
pukko wrote:It's called lwip_setsockopt(), and defined in ps2ip.h
I see it is under the iop/include tree. So does this mean i only have to load the ps2ip.irx in to the iop and call lwip_setsockopt from another iop program? Or ca n call lwip_setsockopt someway from my main EE program?