Home
last modified time | relevance | path

Searched refs:net_set_udp_header (Results 1 – 4 of 4) sorted by relevance

/u-boot/common/
A Dlog_syslog.c103 net_set_udp_header((uchar *)iphdr, bcast_ip, 514, 514, ptr - log_msg); in log_syslog_emit()
/u-boot/net/
A Dbootp.c826 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 Dnet.c846 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 Dnet.h621 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport,

Completed in 9 milliseconds