Searched refs:get_option_raw (Results 1 – 2 of 2) sorted by relevance
/external/dhcpcd/ |
D | showlease.c | 192 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro 269 const uint8_t *p = get_option_raw(dhcp, option); in get_option_addr32()
|
D | dhcp.c | 303 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro 387 const uint8_t *p = get_option_raw(dhcp, option); in get_option_addr() 398 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint32() 411 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint16() 424 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint8() 1405 if (get_option_raw(dhcp, opt->option)) in configure_env()
|