Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dbootp.c801 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request()
1010 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
H A Dnet.c811 net_set_udp_header(pkt, dest, dport, sport, payload_len); in net_send_udp_packet()
1459 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header() function
/rk3399_rockchip-uboot/include/
H A Dnet.h604 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport,