Home
last modified time | relevance | path

Searched refs:ip_udp_hdr (Results 1 – 17 of 17) sorted by relevance

/u-boot/test/log/
A Dsyslog_test.c34 struct ip_udp_hdr *ip_udp_hdr; in sb_log_tx_handler() local
42 ip_udp_hdr = (struct ip_udp_hdr *)buf; in sb_log_tx_handler()
43 ut_asserteq(ip_udp_hdr->ip_p, IPPROTO_UDP); in sb_log_tx_handler()
44 ut_asserteq(ip_udp_hdr->ip_dst.s_addr, 0xffffffff); in sb_log_tx_handler()
45 ut_asserteq(ntohs(ip_udp_hdr->udp_dst), 514); in sb_log_tx_handler()
47 ntohs(ip_udp_hdr->udp_len)); in sb_log_tx_handler()
50 buf += sizeof(struct ip_udp_hdr); in sb_log_tx_handler()
52 ntohs(ip_udp_hdr->udp_len) - UDP_HDR_SIZE); in sb_log_tx_handler()
/u-boot/net/
A Dnet.c900 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment()
905 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
1020 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1031 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1047 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp()
1077 struct ip_udp_hdr *ip; in net_process_received_packet()
1128 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1132 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1157 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1479 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header()
[all …]
A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
A Drarp.h22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
A Dwol.h53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
A Darp.h30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
A Dwol.c41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
A Drarp.c28 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
A Dping.c79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
A Darp.c127 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
/u-boot/include/net/
A Dncsi.h12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
/u-boot/drivers/net/
A Dsandbox.c119 struct ip_udp_hdr *ip; in sandbox_eth_ping_req_to_reply()
122 struct ip_udp_hdr *ipr; in sandbox_eth_ping_req_to_reply()
217 struct ip_udp_hdr *ipr; in sandbox_eth_recv_ping_req()
A Dxilinx_emaclite.c464 struct ip_udp_hdr *ip; in emaclite_recv()
517 ip = (struct ip_udp_hdr *)(etherrxbuff + ETHER_HDR_SIZE); in emaclite_recv()
/u-boot/include/
A Dnet.h401 struct ip_udp_hdr { struct
418 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
/u-boot/test/dm/
A Deth.c355 struct ip_udp_hdr *ip; in sb_check_ping_reply()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c62 struct ip_udp_hdr ip_udp;
/u-boot/drivers/net/phy/
A Dncsi.c570 static void ncsi_handle_aen(struct ip_udp_hdr *ip, unsigned int len) in ncsi_handle_aen()
632 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive()

Completed in 29 milliseconds