Searched defs:bi_dhcp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootinfo.c69 bi_dhcpopt_t *bi_dhcp; /* &dhcpopt struct */ member in struct:__anon2021
207 strcmp(name, bip->bi_dhcp->opt_name) == 0)) {
238 if (bip->bi_dhcp->opt_type == DSYM_IP) {
246 if (!bi_get_dhcp_info(bip->bi_dhcp->opt_cat, bip->bi_dhcp->opt_code,
247 bip->bi_dhcp->opt_size, val, &len)) {
251 switch (bip->bi_dhcp->opt_type) {

Completed in 58 milliseconds