Lines Matching refs:subnet_addr
106 struct in_addr subnet_addr, unsigned char fqdn_flags, int null_term,
135 struct in_addr subnet_addr, fallback, override; in dhcp_reply() local
146 subnet_addr.s_addr = override.s_addr = 0; in dhcp_reply()
204 subnet_addr = option_addr(sopt); in dhcp_reply()
236 … if (subnet_addr.s_addr == 0 && (opt = option_find(mess, sz, OPTION_SUBNET_SELECT, INADDRSZ))) in dhcp_reply()
237 subnet_addr = option_addr(opt); in dhcp_reply()
274 if (mess->giaddr.s_addr || subnet_addr.s_addr || mess->ciaddr.s_addr) { in dhcp_reply()
279 if (subnet_addr.s_addr) { in dhcp_reply()
280 addr = subnet_addr; in dhcp_reply()
440 netid, subnet_addr, 0, 0, 0, NULL); in dhcp_reply()
866 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
1095 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
1146 netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()
1749 char* config_domain, struct dhcp_netid* netid, struct in_addr subnet_addr, in do_options() argument
1842 if (subnet_addr.s_addr) in do_options()
1843 option_put(mess, end, OPTION_SUBNET_SELECT, INADDRSZ, ntohl(subnet_addr.s_addr)); in do_options()