Searched refs:ip_udp_hdr (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 915 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 D | rarp.h | 22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
H A D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
H A D | wol.h | 53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
|
H A D | arp.h | 30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
H A D | wol.c | 41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
|
H A D | rarp.c | 27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
|
H A D | ping.c | 77 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
H A D | arp.c | 123 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
|
/openbmc/u-boot/include/net/ |
H A D | ncsi.h | 12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
|
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 117 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 D | xilinx_emaclite.c | 461 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 D | net.h | 376 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 D | efi_selftest_snp.c | 61 struct ip_udp_hdr ip_udp;
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 569 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 D | eth.c | 352 struct ip_udp_hdr *ip; in sb_check_ping_reply()
|