Home
last modified time | relevance | path

Searched refs:get_option_raw (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Dshowlease.c190 #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()
Ddhcp.c303 #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()