Searched refs:net_set_udp_header (Results 1 – 4 of 4) sorted by relevance
/u-boot/common/ |
A D | log_syslog.c | 103 net_set_udp_header((uchar *)iphdr, bcast_ip, 514, 514, ptr - log_msg); in log_syslog_emit()
|
/u-boot/net/ |
A D | bootp.c | 826 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request() 1038 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
|
A D | net.c | 846 net_set_udp_header(pkt + eth_hdr_size, dest, dport, sport, in net_send_ip_packet() 1501 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header() function
|
/u-boot/include/ |
A D | net.h | 621 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport,
|
Completed in 9 milliseconds