Home
last modified time | relevance | path

Searched refs:udp (Results 1 – 13 of 13) 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/net/
A Dnet6.c331 struct udp_hdr *udp; in net_send_udp_packet6() local
337 udp->udp_dst = htons(dport); in net_send_udp_packet6()
338 udp->udp_src = htons(sport); in net_send_udp_packet6()
342 udp->udp_xsum = 0; in net_send_udp_packet6()
384 struct udp_hdr *udp; in net_ip6_handler() local
425 csum = udp->udp_xsum; in net_ip6_handler()
427 udp->udp_xsum = 0; in net_ip6_handler()
433 if (csum != udp->udp_xsum) in net_ip6_handler()
439 ntohs(udp->udp_dst), in net_ip6_handler()
441 ntohs(udp->udp_src), in net_ip6_handler()
[all …]
A DMakefile33 obj-$(CONFIG_PROT_UDP) += udp.o
A DKconfig23 bool "Enable generic udp framework"
25 Enable a generic udp framework that allows defining a custom
26 handler for udp protocol.
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c154 struct efi_device_path_usb *udp = in dp_msging() local
156 s += sprintf(s, "USB(0x%x,0x%x)", udp->parent_port_number, in dp_msging()
157 udp->usb_interface); in dp_msging()
212 struct efi_device_path_uri *udp = in dp_msging() local
216 n = (int)udp->dp.length - sizeof(struct efi_device_path_uri); in dp_msging()
220 s += snprintf(s, n, "%s", (char *)udp->uri); in dp_msging()
A Defi_device_path.c795 struct efi_device_path_usb *udp = dp_fill(buf, dev->parent); in dp_fill() local
801 udp->parent_port_number = udev->portnr; in dp_fill()
805 udp->parent_port_number = 0; in dp_fill()
807 udp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in dp_fill()
808 udp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_USB; in dp_fill()
809 udp->dp.length = sizeof(*udp); in dp_fill()
810 udp->usb_interface = 0; in dp_fill()
812 return &udp[1]; in dp_fill()
/u-boot/doc/android/
A Dfastboot.rst186 => fastboot udp
/u-boot/doc/board/openpiton/
A Driscv64.rst219 [ 0.956003] RPC: Registered udp transport module.
/u-boot/doc/board/sifive/
A Dunleashed.rst336 [ 0.203887] RPC: Registered udp transport module.
A Dunmatched.rst259 [ 1.127139] RPC: Registered udp transport module.
/u-boot/doc/board/AndesTech/
A Dae350.rst480 RPC: Registered udp transport module.
/u-boot/doc/board/starfive/
A Dvisionfive2.rst387 [ 0.121776] RPC: Registered udp transport module.
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-pip-defs.h418 u64 udp : 1; member

Completed in 81 milliseconds