Searched refs:ip_udp_hdr (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/net/ |
D | net.c | 878 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 …]
|
D | rarp.h | 22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
D | arp.h | 29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
D | wol.h | 53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
|
D | wol.c | 41 void wol_receive(struct ip_udp_hdr *ip, unsigned int len) in wol_receive()
|
D | rarp.c | 27 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
|
D | ping.c | 82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
D | arp.c | 124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
|
/external/u-boot/drivers/net/ |
D | sandbox.c | 113 struct ip_udp_hdr *ip = packet + ETHER_HDR_SIZE; in sb_eth_send() 120 struct ip_udp_hdr *ipr; in sb_eth_send()
|
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()
|
/external/u-boot/include/ |
D | net.h | 383 struct ip_udp_hdr { struct 400 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 61 struct ip_udp_hdr ip_udp;
|