Searched refs:udp (Results 1 – 13 of 13) sorted by relevance
| /u-boot/doc/ |
| A D | README.udp | 3 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 D | net6.c | 331 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 D | Makefile | 33 obj-$(CONFIG_PROT_UDP) += udp.o
|
| A D | Kconfig | 23 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 D | efi_device_path_to_text.c | 154 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 D | efi_device_path.c | 795 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 D | fastboot.rst | 186 => fastboot udp
|
| /u-boot/doc/board/openpiton/ |
| A D | riscv64.rst | 219 [ 0.956003] RPC: Registered udp transport module.
|
| /u-boot/doc/board/sifive/ |
| A D | unleashed.rst | 336 [ 0.203887] RPC: Registered udp transport module.
|
| A D | unmatched.rst | 259 [ 1.127139] RPC: Registered udp transport module.
|
| /u-boot/doc/board/AndesTech/ |
| A D | ae350.rst | 480 RPC: Registered udp transport module.
|
| /u-boot/doc/board/starfive/ |
| A D | visionfive2.rst | 387 [ 0.121776] RPC: Registered udp transport module.
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-pip-defs.h | 418 u64 udp : 1; member
|
Completed in 31 milliseconds