Searched refs:fqdn_flags (Results 1 – 1 of 1) sorted by relevance
108 unsigned char fqdn_flags,143 unsigned char fqdn_flags = 0; in dhcp_reply() local506 fqdn_flags = *op; in dhcp_reply()512 if (!(fqdn_flags & 0x01)) in dhcp_reply()513 fqdn_flags |= 0x02; in dhcp_reply()515 fqdn_flags &= ~0x08; in dhcp_reply()516 fqdn_flags |= 0x01; in dhcp_reply()518 if (fqdn_flags & 0x04) in dhcp_reply()566 if (fqdn_flags != 0 || !client_hostname || hostname_isequal(hostname, client_hostname)) in dhcp_reply()965 domain, netid, subnet_addr, fqdn_flags, borken_opt, pxearch, uuid); in dhcp_reply()[all …]