Home
last modified time | relevance | path

Searched refs:udp_dst (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c129 p.ip_udp.udp_dst = htons(67); in send_dhcp_discover()
348 buffer.p.ip_udp.udp_dst != ntohs(68) || in execute()
/external/u-boot/net/
Dnet.c1044 ntohs(ip->udp_dst), src_ip, in receive_icmp()
1287 ntohs(ip->udp_dst), in net_process_received_packet()
1295 ntohs(ip->udp_dst), in net_process_received_packet()
1498 ip->udp_dst = htons(dport); in net_set_udp_header()
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h425 __be16 udp_dst; member
/external/u-boot/include/
Dnet.h395 u16 udp_dst; /* UDP destination port */ member