Searched refs:get_option_raw (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.hpp74 const std::vector< std::string >& get_option_raw(const std::string&) const;
H A Dparser.cpp248 cmdline::parsed_cmdline::get_option_raw(const std::string& name) const function in class:cmdline::parsed_cmdline
/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcp.c208 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) macro
288 const uint8_t *p = get_option_raw(dhcp, option);
299 const uint8_t *p = get_option_raw(dhcp, option);
312 const uint8_t *p = get_option_raw(dhcp, option);
325 const uint8_t *p = get_option_raw(dhcp, option);

Completed in 255 milliseconds