Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dhcp/dhcp_std.h

    r695b6ff rb7155d7  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    8787/** Values for dhcp_hdr_t.flags */
    8888enum dhcp_flags {
    89         flag_broadcast = 0x80
     89        flag_broadcast = 0x8000
    9090};
    9191
     
    110110        /** Server identifier */
    111111        opt_server_id = 54,
     112        /** Parameter request list */
     113        opt_param_req_list = 55,
    112114        /** End */
    113115        opt_end = 255
Note: See TracChangeset for help on using the changeset viewer.