Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c863 static struct ip_udp_hdr *__net_defragment(struct ip_udp_hdr *ip, int *lenp) in __net_defragment()
868 struct ip_udp_hdr *localip = (struct ip_udp_hdr *)pkt_buff; in __net_defragment()
983 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
994 static inline struct ip_udp_hdr *net_defragment(struct ip_udp_hdr *ip, in net_defragment()
1010 static void receive_icmp(struct ip_udp_hdr *ip, int len, in receive_icmp()
1040 struct ip_udp_hdr *ip; in net_process_received_packet()
1088 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1092 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1117 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
1440 struct ip_udp_hdr *ip = (struct ip_udp_hdr *)pkt; in net_set_ip_header()
[all …]
H A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Drarp.h23 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
H A Darp.h29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Drarp.c28 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
H A Dping.c82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
H A Darp.c124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c114 struct ip_udp_hdr *ip = packet + ETHER_HDR_SIZE; in sb_eth_send()
121 struct ip_udp_hdr *ipr; in sb_eth_send()
H A Dxilinx_emaclite.c462 struct ip_udp_hdr *ip; in emaclite_recv()
515 ip = (struct ip_udp_hdr *)(etherrxbuff + ETHER_HDR_SIZE); in emaclite_recv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h385 struct ip_udp_hdr { struct
402 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument