Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dncb.c17 s = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP); in main()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c121 p.ip_udp.ip_p = IPPROTO_UDP; in send_dhcp_discover()
346 buffer.p.ip_udp.ip_p != IPPROTO_UDP || in execute()
/openbmc/u-boot/net/
H A Dnet.c828 IPPROTO_UDP, 0, 0, 0); in net_send_udp_packet()
857 case IPPROTO_UDP: in net_send_ip_packet()
1268 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()
1542 IPPROTO_UDP); in net_set_udp_header()
/openbmc/qemu/net/
H A Dcolo.c124 case IPPROTO_UDP: in fill_connection_key()
H A Dcolo-compare.c712 case IPPROTO_UDP: in colo_compare_connection()
/openbmc/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c164 priv->sd = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); in _local_inet_start()
/openbmc/ipmitool/src/plugins/
H A Dipmi_intf.c362 hints.ai_protocol = IPPROTO_UDP; /* */ in ipmi_intf_socket_connect()
/openbmc/u-boot/include/
H A Dnet.h347 #define IPPROTO_UDP 17 /* User Datagram Protocol */ macro
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c362 } else if (l4_protocol == IPPROTO_UDP) { /* TODO: add udplite? */ in parse_packet()
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c449 fd_socket = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); in ipmi_tsol_main()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c721 sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in vubr_backend_udp_setup()
/openbmc/qemu/linux-user/
H A Dstrace.c596 case IPPROTO_UDP: in print_socket_protocol()