Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/
A Dncb.c17 s = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP); in main()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c122 p.ip_udp.ip_p = IPPROTO_UDP; in send_dhcp_discover()
386 buffer.p.ip_udp.ip_p != IPPROTO_UDP || in execute()
/u-boot/test/log/
A Dsyslog_test.c43 ut_asserteq(ip_udp_hdr->ip_p, IPPROTO_UDP); in sb_log_tx_handler()
/u-boot/net/
A Dnet.c816 IPPROTO_UDP, 0, 0, 0); in net_send_udp_packet()
845 case IPPROTO_UDP: in net_send_ip_packet()
1256 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()
1515 IPPROTO_UDP); in net_set_udp_header()
/u-boot/arch/sandbox/cpu/
A Deth-raw-os.c164 priv->sd = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); in _local_inet_start()
/u-boot/include/
A Dnet.h372 #define IPPROTO_UDP 17 /* User Datagram Protocol */ macro

Completed in 13 milliseconds