Searched refs:ip_udp_hdr (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | net.c | 863 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 D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| H A D | rarp.h | 23 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
|
| H A D | arp.h | 29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
| H A D | rarp.c | 28 void rarp_receive(struct ip_udp_hdr *ip, unsigned len) in rarp_receive()
|
| H A D | ping.c | 82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive()
|
| H A D | arp.c | 124 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 D | sandbox.c | 114 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 D | xilinx_emaclite.c | 462 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 D | net.h | 385 struct ip_udp_hdr { struct 402 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) argument
|