[syslinux] Sending UDP packets from comboot

H. Peter Anvin hpa at zytor.com
Mon Oct 5 14:05:10 PDT 2009


On 09/20/2009 07:17 AM, pxelinux at myserver.ch wrote:
> Thanks for your samples Stefan
> 
> I'm not able to send a unicast, if I change args.ip = 4294967295; // =
> 255.255.255.255 to something different, ie: args.ip = 3232297228; // =
> 192.168.241.12 according to wireshark there is no packet sent ...
> Is unicast not possible with t_PXENV_UDP_WRITE ?
> 

Byte order issue: you have to use htonl().

	-hpa




More information about the Syslinux mailing list