Lines Matching refs:option_addr
93 static struct in_addr option_addr(unsigned char* opt);
204 subnet_addr = option_addr(sopt); in dhcp_reply()
209 override = option_addr(sopt); in dhcp_reply()
237 subnet_addr = option_addr(opt); in dhcp_reply()
743 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr) in dhcp_reply()
754 if (lease && lease->addr.s_addr == option_addr(opt).s_addr) lease_prune(lease, now); in dhcp_reply()
756 … if (have_config(config, CONFIG_ADDR) && config->addr.s_addr == option_addr(opt).s_addr) { in dhcp_reply()
771 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr) in dhcp_reply()
793 addr = option_addr(opt); in dhcp_reply()
874 mess->yiaddr = option_addr(opt); in dhcp_reply()
884 if (option_addr(opt).s_addr != override.s_addr) return 0; in dhcp_reply()
887 if (context->local.s_addr == option_addr(opt).s_addr) break; in dhcp_reply()
1325 static struct in_addr option_addr(unsigned char* opt) { in option_addr() function