Home
last modified time | relevance | path

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

/u-boot/net/
A Dping.c81 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in ping_receive()
A Dnet.c1050 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()
1067 ntohs(ip->udp_src), icmph->un.data, in receive_icmp()
1281 sumptr = (u8 *)&ip->udp_src; in net_process_received_packet()
1307 ntohs(ip->udp_src), in net_process_received_packet()
1316 ntohs(ip->udp_src), in net_process_received_packet()
1517 ip->udp_src = htons(sport); in net_set_udp_header()
/u-boot/drivers/net/
A Dsandbox.c133 icmp = (struct icmp_hdr *)&ip->udp_src; in sandbox_eth_ping_req_to_reply()
146 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_ping_req_to_reply()
241 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_recv_ping_req()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c129 p.ip_udp.udp_src = htons(68); in send_dhcp_discover()
387 buffer.p.ip_udp.udp_src != ntohs(67) || in execute()
/u-boot/test/dm/
A Deth.c368 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
/u-boot/include/
A Dnet.h412 u16 udp_src; /* UDP source port */ member

Completed in 11 milliseconds