Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.h23 #define OPT_FIELD_SIZE 312 macro
29 #define OPT_FIELD_SIZE 64 macro
51 char bp_vend[OPT_FIELD_SIZE]; /* Vendor information */
A Dbootp.c131 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE) in check_reply_packet()
491 *e++ = (576 - 312 + OPT_FIELD_SIZE) >> 8; in dhcp_extended()
492 *e++ = (576 - 312 + OPT_FIELD_SIZE) & 0xff; in dhcp_extended()
646 *e++ = (576 - 312 + OPT_FIELD_SIZE) >> 16; in bootp_extended()
647 *e++ = (576 - 312 + OPT_FIELD_SIZE) & 0xff; in bootp_extended()
823 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()
1035 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()

Completed in 4 milliseconds