Searched refs:iphdr (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/net/ |
| H A D | bootp.c | 699 uchar *pkt, *iphdr; in bootp_request() local 752 iphdr = pkt; /* We need this later for net_set_udp_header() */ in bootp_request() 801 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request() 955 uchar *pkt, *iphdr; in dhcp_send_request_packet() local 970 iphdr = pkt; /* We'll need this later to set proper pkt size */ in dhcp_send_request_packet() 1010 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 158 struct udphdr *udph = packet + sizeof(struct iphdr); in sandbox_eth_raw_os_send() 178 struct iphdr *iph = packet; in sandbox_eth_raw_os_send()
|