Searched refs:ip_udp_hdr (Results 1 – 17 of 17) sorted by relevance
/u-boot/test/log/ |
A D | syslog_test.c | 34 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 D | net.c | 900 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 D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
A D | rarp.h | 22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
A D | wol.h | 53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
|
A D | arp.h | 30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
A D | wol.c | 41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
|
A D | rarp.c | 28 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
|
A D | ping.c | 79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
A D | arp.c | 127 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
|
/u-boot/include/net/ |
A D | ncsi.h | 12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
|
/u-boot/drivers/net/ |
A D | sandbox.c | 119 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 D | xilinx_emaclite.c | 464 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 D | net.h | 401 struct ip_udp_hdr { struct 418 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
|
/u-boot/test/dm/ |
A D | eth.c | 355 struct ip_udp_hdr *ip; in sb_check_ping_reply()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_snp.c | 62 struct ip_udp_hdr ip_udp;
|
/u-boot/drivers/net/phy/ |
A D | ncsi.c | 570 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