Home
last modified time | relevance | path

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

/external/u-boot/net/
Dnet.c878 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment()
883 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
998 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1009 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1025 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp()
1055 struct ip_udp_hdr *ip; in net_process_received_packet()
1103 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1107 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1132 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1460 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header()
[all …]
Drarp.h22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
Darp.h29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
Dwol.h53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
Dwol.c41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
Drarp.c27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
Dping.c82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
Darp.c124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
/external/u-boot/drivers/net/
Dsandbox.c113 struct ip_udp_hdr *ip = packet + ETHER_HDR_SIZE; in sb_eth_send()
120 struct ip_udp_hdr *ipr; in sb_eth_send()
Dxilinx_emaclite.c461 struct ip_udp_hdr *ip; in emaclite_recv()
514 ip = (struct ip_udp_hdr *)(etherrxbuff + ETHER_HDR_SIZE); in emaclite_recv()
/external/u-boot/include/
Dnet.h383 struct ip_udp_hdr { struct
400 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c61 struct ip_udp_hdr ip_udp;