/** The PXE UDP connection */
static struct pxe_udp_connection pxe_udp = {
- .xfer = {
- .intf = {
- .dest = &null_xfer.intf,
- .refcnt = NULL,
- },
- .op = &pxe_udp_xfer_operations,
- },
+ .xfer = XFER_INIT ( &pxe_udp_xfer_operations ),
.local = {
.sin_family = AF_INET,
},