Lines Matching refs:subnet_addr
107 struct in_addr subnet_addr,
140 struct in_addr subnet_addr, fallback, override; in dhcp_reply() local
151 subnet_addr.s_addr = override.s_addr = 0; in dhcp_reply()
216 subnet_addr = option_addr(sopt); in dhcp_reply()
248 if (subnet_addr.s_addr == 0 && (opt = option_find(mess, sz, OPTION_SUBNET_SELECT, INADDRSZ))) in dhcp_reply()
249 subnet_addr = option_addr(opt); in dhcp_reply()
289 if (mess->giaddr.s_addr || subnet_addr.s_addr || mess->ciaddr.s_addr) in dhcp_reply()
295 if (subnet_addr.s_addr) in dhcp_reply()
297 addr = subnet_addr; in dhcp_reply()
490 domain, netid, subnet_addr, 0, 0, 0, NULL); in dhcp_reply()
965 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
1235 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
1293 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
2021 struct in_addr subnet_addr, in do_options() argument
2133 if (subnet_addr.s_addr) in do_options()
2134 option_put(mess, end, OPTION_SUBNET_SELECT, INADDRSZ, ntohl(subnet_addr.s_addr)); in do_options()