Searched refs:UDP (Results 1 – 15 of 15) sorted by relevance
/u-boot/net/ |
A D | udp.c | 42 ret = net_loop(UDP); in udp_loop()
|
A D | net.c | 534 if (IS_ENABLED(CONFIG_PROT_UDP) && protocol == UDP) in net_loop() 1350 case UDP: in net_check_prereq()
|
/u-boot/doc/usage/ |
A D | netconsole.rst | 36 The script uses netcat to talk to the board over UDP. It requires you to 70 source for UDP packets (defaults to 6665)
|
/u-boot/drivers/fastboot/ |
A D | Kconfig | 20 bool "Enable fastboot protocol over UDP" 22 This enables the fastboot protocol over UDP.
|
/u-boot/doc/android/ |
A D | fastboot.rst | 9 The protocol that is used over USB and UDP is described in [1]_. 183 or UDP::
|
/u-boot/doc/board/AndesTech/ |
A D | ax25-ae350.rst | 291 [ 0.100000] UDP hash table entries: 1024 (order: 3, 32768 bytes) 292 [ 0.100000] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) 487 UDP hash table entries: 512 (order: 2, 16384 bytes) 488 UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
|
/u-boot/include/ |
A D | net.h | 563 TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT, WOL, UDP enumerator
|
/u-boot/doc/uefi/ |
A D | iscsi.rst | 11 network booting has been on UDP based protocols. A TCP stack and HTTP support
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 361 [ 0.059648] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) 362 [ 0.059837] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) 618 [ 0.242537] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) 619 [ 0.249285] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 334 [ 0.179739] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) 335 [ 0.186627] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
|
/u-boot/doc/arch/ |
A D | sandbox.rst | 309 we can get on that interface is the RAW AF_INET API on UDP. This allows us to 313 Because only UDP is supported, ICMP traffic will not work, so expect that ping
|
/u-boot/doc/develop/ |
A D | logging.rst | 146 * syslog - broadcast RFC 3164 messages to syslog servers on UDP port 514
|
/u-boot/drivers/net/ |
A D | Kconfig | 345 The FTGMAC100 also implements IP, TCP, UDP checksum offloads
|
/u-boot/common/ |
A D | Kconfig | 329 Enables a log driver which broadcasts log records via UDP port 514
|
/u-boot/ |
A D | README | 1991 - TFTP Fixed UDP Port: 1995 is used to supply the TFTP UDP source port value. 2000 the TFTP UDP destination port value. If tftpdstp isn't 2005 target IP address and UDP port. This has the effect of 3353 UDP source port. 3355 tftpdstp - If this is set, the value is used for TFTP's UDP
|
Completed in 22 milliseconds