Home
last modified time | relevance | path

Searched refs:udp (Results 1 – 8 of 8) sorted by relevance

/u-boot/doc/
A DREADME.udp3 The udp framework is build on top of network framework and is designed
4 to define new protocol or new command based on udp without modifying
7 The udp framework define a function udp_loop that take as argument
8 a structure udp_ops (defined in include/net/udp.h) :
17 valid before running the network/udp loop.
19 The callback start define the first step in the network/udp loop,
20 and it may also be used to configure a timemout and udp handler.
/u-boot/lib/efi_loader/
A Defi_device_path.c687 struct efi_device_path_usb_class *udp = in dp_fill() local
694 udp->dp.length = sizeof(*udp); in dp_fill()
695 udp->vendor_id = desc->idVendor; in dp_fill()
696 udp->product_id = desc->idProduct; in dp_fill()
701 return &udp[1]; in dp_fill()
831 struct efi_device_path_usb *udp; in dp_part_fill()
836 udp = buf; in dp_part_fill()
839 udp->dp.length = sizeof(*udp); in dp_part_fill()
840 udp->parent_port_number = desc->if_type; in dp_part_fill()
841 udp->usb_interface = desc->devnum; in dp_part_fill()
[all …]
A Defi_device_path_to_text.c137 struct efi_device_path_usb *udp = in dp_msging() local
139 s += sprintf(s, "USB(0x%x,0x%x)", udp->parent_port_number, in dp_msging()
140 udp->usb_interface); in dp_msging()
/u-boot/net/
A DKconfig12 bool "Enable generic udp framework"
14 Enable a generic udp framework that allows defining a custom
15 handler for udp protocol.
A DMakefile31 obj-$(CONFIG_PROT_UDP) += udp.o
/u-boot/doc/android/
A Dfastboot.rst185 => fastboot udp
/u-boot/doc/board/sifive/
A Dfu540.rst338 [ 0.203887] RPC: Registered udp transport module.
/u-boot/doc/board/AndesTech/
A Dax25-ae350.rst491 RPC: Registered udp transport module.

Completed in 19 milliseconds