Searched refs:net_set_udp_header (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/net/ |
D | bootp.c | 814 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request() 1026 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
|
D | net.c | 847 net_set_udp_header(pkt + eth_hdr_size, dest, dport, sport, in net_send_ip_packet() 1506 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header() function
|
/external/u-boot/include/ |
D | net.h | 593 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport,
|