Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/udhcp/dhcpc.h

    r2725 r3232  
    1010struct client_config_t {
    1111    uint8_t client_mac[6];          /* Our mac address */
    12     char no_default_options;        /* Do not include default options in request */
    1312    IF_FEATURE_UDHCP_PORT(uint16_t port;)
    1413    int ifindex;                    /* Index number of the interface to use */
     
    2221    uint8_t *hostname;              /* Optional hostname to use */
    2322    uint8_t *fqdn;                  /* Optional fully qualified domain name to use */
     23
     24    uint16_t first_secs;
     25    uint16_t last_secs;
    2426} FIX_ALIASING;
    2527
Note: See TracChangeset for help on using the changeset viewer.