HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_buff2 (Results 1 - 6 of 6) sorted by null

  /external/dnsmasq/src/
helper.c 151 /* and expiry or length into dhcp_buff2 */
153 sprintf(daemon->dhcp_buff2, "%u ", data.length);
155 sprintf(daemon->dhcp_buff2, "%lu ", (unsigned long)data.expires);
202 my_setenv("DNSMASQ_LEASE_LENGTH", daemon->dhcp_buff2, &err);
204 my_setenv("DNSMASQ_LEASE_EXPIRES", daemon->dhcp_buff2, &err);
229 sprintf(daemon->dhcp_buff2, "DNSMASQ_USER_CLASS%i", i++);
230 my_setenv(daemon->dhcp_buff2, (char *)buf, &err);
249 sprintf(daemon->dhcp_buff2, "%u ", data.remaining_time);
250 my_setenv("DNSMASQ_TIME_REMAINING", daemon->dhcp_buff2, &err);
lease.c 35 daemon->dhcp_buff2 = safe_malloc(256);
76 &ei, daemon->dhcp_buff2, daemon->namebuff,
79 hw_len = parse_hex(daemon->dhcp_buff2, (unsigned char *)daemon->dhcp_buff2, DHCP_CHADDR_MAX, NULL, &hw_type);
106 lease_set_hwaddr(lease, (unsigned char *)daemon->dhcp_buff2, (unsigned char *)daemon->packet, hw_len, hw_type, clid_len);
rfc2131.c 403 memcpy(daemon->dhcp_buff2, mess->file, sizeof(mess->file));
404 daemon->dhcp_buff2[sizeof(mess->file) + 1] = 0; /* ensure zero term. */
405 id.net = (char *)daemon->dhcp_buff2;
826 req_options = (unsigned char *)daemon->dhcp_buff2;
    [all...]
dhcp.c 384 strcpy(daemon->dhcp_buff2, inet_ntoa(context->end));
386 daemon->dhcp_buff, daemon->dhcp_buff2, inet_ntoa(netmask));
dnsmasq.c 511 prettyprint_time(daemon->dhcp_buff2, dhcp_tmp->lease_time);
519 daemon->dhcp_buff, inet_ntoa(dhcp_tmp->end), daemon->dhcp_buff2);
    [all...]
dnsmasq.h 672 char *dhcp_buff, *dhcp_buff2; member in struct:daemon

Completed in 28 milliseconds