Home
last modified time | relevance | path

Searched refs:iphdr (Results 1 – 3 of 3) sorted by relevance

/u-boot/common/
A Dlog_syslog.c35 char *iphdr; in log_syslog_emit() local
62 iphdr = ptr; in log_syslog_emit()
103 net_set_udp_header((uchar *)iphdr, bcast_ip, 514, 514, ptr - log_msg); in log_syslog_emit()
/u-boot/net/
A Dbootp.c724 uchar *pkt, *iphdr; in bootp_request() local
777 iphdr = pkt; /* We need this later for net_set_udp_header() */ in bootp_request()
826 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request()
983 uchar *pkt, *iphdr; in dhcp_send_request_packet() local
998 iphdr = pkt; /* We'll need this later to set proper pkt size */ in dhcp_send_request_packet()
1038 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
/u-boot/arch/sandbox/cpu/
A Deth-raw-os.c199 struct udphdr *udph = packet + sizeof(struct iphdr); in sandbox_eth_raw_os_send()
219 struct iphdr *iph = packet; in sandbox_eth_raw_os_send()

Completed in 5 milliseconds