Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.h54 #define BOOTP_HDR_SIZE sizeof(struct bootp_hdr) macro
H A Dbootp.c810 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()
922 uchar *end = popt + BOOTP_HDR_SIZE; in dhcp_packet_process_options()
1022 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()