Home | History | Annotate | Download | only in src

Lines Matching refs:dhcp_buff

503       char *pq = daemon->dhcp_buff;
534 if (pq != daemon->dhcp_buff)
539 if (legal_hostname(daemon->dhcp_buff))
540 offer_hostname = client_hostname = daemon->dhcp_buff;
545 memcpy(daemon->dhcp_buff, option_ptr(opt, 0), len);
549 if (len > 0 && daemon->dhcp_buff[len-1] == 0)
552 daemon->dhcp_buff[len] = 0;
553 if (legal_hostname(daemon->dhcp_buff))
554 client_hostname = daemon->dhcp_buff;
839 sanitise(option_find(mess, sz, OPTION_MESSAGE, 1), daemon->dhcp_buff);
844 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, daemon->dhcp_buff, mess->xid);
852 prettyprint_time(daemon->dhcp_buff, DECLINE_BACKOFF);
854 inet_ntoa(config->addr), daemon->dhcp_buff);
1898 p = (unsigned char *)daemon->dhcp_buff;
1907 if (p - (unsigned char *)daemon->dhcp_buff + len + 3 < 253)
1953 ret->len = p - (unsigned char *)daemon->dhcp_buff;
1954 ret->val = (unsigned char *)daemon->dhcp_buff;