Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c45 #define PORT_BOOTPC 68 /* BOOTP client UDP port */ macro
124 if (dest != PORT_BOOTPC || src != PORT_BOOTPS) in check_reply_packet()
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()