Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c915 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment()
920 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
1035 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1046 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1062 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp()
1092 struct ip_udp_hdr *ip; in net_process_received_packet()
1140 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1144 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1169 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1506 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header()
[all …]
H A Drarp.h22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
H A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Dwol.h53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
H A Darp.h30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Dwol.c41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
H A Drarp.c27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
H A Dping.c77 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
H A Darp.c123 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
/openbmc/u-boot/include/net/
H A Dncsi.h12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
/openbmc/u-boot/drivers/net/
H A Dsandbox.c117 struct ip_udp_hdr *ip; in sandbox_eth_ping_req_to_reply()
120 struct ip_udp_hdr *ipr; in sandbox_eth_ping_req_to_reply()
215 struct ip_udp_hdr *ipr; in sandbox_eth_recv_ping_req()
H A Dxilinx_emaclite.c461 struct ip_udp_hdr *ip; in emaclite_recv()
514 ip = (struct ip_udp_hdr *)(etherrxbuff + ETHER_HDR_SIZE); in emaclite_recv()
/openbmc/u-boot/include/
H A Dnet.h376 struct ip_udp_hdr { struct
393 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c61 struct ip_udp_hdr ip_udp;
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c569 static void ncsi_handle_aen(struct ip_udp_hdr *ip, unsigned int len) in ncsi_handle_aen()
631 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive()
/openbmc/u-boot/test/dm/
H A Deth.c352 struct ip_udp_hdr *ip; in sb_check_ping_reply()