Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsandbox.c116 struct icmp_hdr *icmp = (struct icmp_hdr *)&ip->udp_src; in sb_eth_send()
129 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sb_eth_send()
/external/u-boot/net/
Dnet.c1028 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()
1045 ntohs(ip->udp_src), icmph->un.data, in receive_icmp()
1256 sumptr = (ushort *)&(ip->udp_src); in net_process_received_packet()
1288 ntohs(ip->udp_src), in net_process_received_packet()
1297 ntohs(ip->udp_src), in net_process_received_packet()
1497 ip->udp_src = htons(sport); in net_set_udp_header()
Dping.c84 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in ping_receive()
/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c128 p.ip_udp.udp_src = htons(68); in send_dhcp_discover()
347 buffer.p.ip_udp.udp_src != ntohs(67) || in execute()
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h424 __be16 udp_src; member
/external/u-boot/include/
Dnet.h394 u16 udp_src; /* UDP source port */ member