Searched refs:get_option_raw (Results 1 – 2 of 2) sorted by relevance
/external/dhcpcd/ |
D | showlease.c | 190 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro 267 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 383 const uint8_t *p = get_option_raw(dhcp, option); in get_option_addr() 394 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint32() 407 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint16() 420 const uint8_t *p = get_option_raw(dhcp, option); in get_option_uint8() 1398 if (get_option_raw(dhcp, opt->option)) in configure_env()
|