HomeSort by relevance Sort by last modified time
    Searched refs:OPT_FIELD_SIZE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/net/
bootp.h 23 #define OPT_FIELD_SIZE 312
29 #define OPT_FIELD_SIZE 64
51 char bp_vend[OPT_FIELD_SIZE]; /* Vendor information */
bootp.c 125 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE)
478 *e++ = (576 - 312 + OPT_FIELD_SIZE) >> 8;
479 *e++ = (576 - 312 + OPT_FIELD_SIZE) & 0xff;
633 *e++ = (576 - 312 + OPT_FIELD_SIZE) >> 16;
634 *e++ = (576 - 312 + OPT_FIELD_SIZE) & 0xff;
810 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen;
1022 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen;

Completed in 107 milliseconds