Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsandbox.c131 icmp = (struct icmp_hdr *)&ip->udp_src; in sandbox_eth_ping_req_to_reply()
144 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_ping_req_to_reply()
239 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_recv_ping_req()
/external/u-boot/net/
Dnet.c1054 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()
1071 ntohs(ip->udp_src), icmph->un.data, in receive_icmp()
1285 sumptr = (u8 *)&ip->udp_src; in net_process_received_packet()
1311 ntohs(ip->udp_src), in net_process_received_packet()
1320 ntohs(ip->udp_src), in net_process_received_packet()
1522 ip->udp_src = htons(sport); in net_set_udp_header()
Dping.c79 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()
386 buffer.p.ip_udp.udp_src != ntohs(67) || in execute()
/external/u-boot/test/dm/
Deth.c366 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h430 __be16 udp_src; member
/external/u-boot/include/
Dnet.h390 u16 udp_src; /* UDP source port */ member