Searched refs:dhcp_buff3 (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dhelper.c258 sprintf(daemon->dhcp_buff3, "%s%u", data.flags & LEASE_TA ? "T" : "", data.iaid);
336 lua_pushstring(lua, daemon->dhcp_buff3);
484 my_setenv("DNSMASQ_IAID", is6 ? daemon->dhcp_buff3 : NULL, &err);
H A Ddhcp-common.c27 daemon->dhcp_buff3 = safe_malloc(256);
865 inet_ntop(family, end, daemon->dhcp_buff3, 256);
875 daemon->dhcp_buff, daemon->dhcp_buff3, daemon->namebuff, template);
H A Dlease.c70 while (fscanf(leasestream, "%255s %255s", daemon->dhcp_buff3, daemon->dhcp_buff2) == 2)
73 if (strcmp(daemon->dhcp_buff3, "duid") == 0)
82 ei = atol(daemon->dhcp_buff3);
H A Drfc2131.c463 memcpy(daemon->dhcp_buff3, option_ptr(opt, 0), option_len(opt));
2011 q = (unsigned char *)daemon->dhcp_buff3;
2040 if (q - (unsigned char *)daemon->dhcp_buff3 + 3 + INADDRSZ >= 253)
2069 if (q - (unsigned char *)daemon->dhcp_buff3 != 0)
2072 ret->len = q - (unsigned char *)daemon->dhcp_buff3;
2073 ret->val = (unsigned char *)daemon->dhcp_buff3;
2521 memcpy(p, daemon->dhcp_buff3, vendor_class_len);
H A Drfc3315.c1230 prettyprint_time(daemon->dhcp_buff3, DECLINE_BACKOFF);
1233 daemon->addrbuff, daemon->dhcp_buff3);
H A Ddnsmasq.h1044 char *dhcp_buff, *dhcp_buff2, *dhcp_buff3; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dhelper.c258 sprintf(daemon->dhcp_buff3, "%s%u", data.flags & LEASE_TA ? "T" : "", data.iaid);
336 lua_pushstring(lua, daemon->dhcp_buff3);
484 my_setenv("DNSMASQ_IAID", is6 ? daemon->dhcp_buff3 : NULL, &err);
H A Ddhcp-common.c27 daemon->dhcp_buff3 = safe_malloc(256);
865 inet_ntop(family, end, daemon->dhcp_buff3, 256);
875 daemon->dhcp_buff, daemon->dhcp_buff3, daemon->namebuff, template);
H A Dlease.c70 while (fscanf(leasestream, "%255s %255s", daemon->dhcp_buff3, daemon->dhcp_buff2) == 2)
73 if (strcmp(daemon->dhcp_buff3, "duid") == 0)
82 ei = atol(daemon->dhcp_buff3);
H A Drfc2131.c463 memcpy(daemon->dhcp_buff3, option_ptr(opt, 0), option_len(opt));
2011 q = (unsigned char *)daemon->dhcp_buff3;
2040 if (q - (unsigned char *)daemon->dhcp_buff3 + 3 + INADDRSZ >= 253)
2069 if (q - (unsigned char *)daemon->dhcp_buff3 != 0)
2072 ret->len = q - (unsigned char *)daemon->dhcp_buff3;
2073 ret->val = (unsigned char *)daemon->dhcp_buff3;
2521 memcpy(p, daemon->dhcp_buff3, vendor_class_len);
H A Drfc3315.c1230 prettyprint_time(daemon->dhcp_buff3, DECLINE_BACKOFF);
1233 daemon->addrbuff, daemon->dhcp_buff3);
H A Ddnsmasq.h1044 char *dhcp_buff, *dhcp_buff2, *dhcp_buff3; member in struct:daemon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dhelper.c258 sprintf(daemon->dhcp_buff3, "%s%u", data.flags & LEASE_TA ? "T" : "", data.iaid);
336 lua_pushstring(lua, daemon->dhcp_buff3);
484 my_setenv("DNSMASQ_IAID", is6 ? daemon->dhcp_buff3 : NULL, &err);
H A Ddhcp-common.c27 daemon->dhcp_buff3 = safe_malloc(256);
865 inet_ntop(family, end, daemon->dhcp_buff3, 256);
875 daemon->dhcp_buff, daemon->dhcp_buff3, daemon->namebuff, template);
H A Dlease.c70 while (fscanf(leasestream, "%255s %255s", daemon->dhcp_buff3, daemon->dhcp_buff2) == 2)
73 if (strcmp(daemon->dhcp_buff3, "duid") == 0)
82 ei = atol(daemon->dhcp_buff3);
H A Drfc2131.c463 memcpy(daemon->dhcp_buff3, option_ptr(opt, 0), option_len(opt));
2011 q = (unsigned char *)daemon->dhcp_buff3;
2040 if (q - (unsigned char *)daemon->dhcp_buff3 + 3 + INADDRSZ >= 253)
2069 if (q - (unsigned char *)daemon->dhcp_buff3 != 0)
2072 ret->len = q - (unsigned char *)daemon->dhcp_buff3;
2073 ret->val = (unsigned char *)daemon->dhcp_buff3;
2521 memcpy(p, daemon->dhcp_buff3, vendor_class_len);
H A Drfc3315.c1230 prettyprint_time(daemon->dhcp_buff3, DECLINE_BACKOFF);
1233 daemon->addrbuff, daemon->dhcp_buff3);
H A Ddnsmasq.h1044 char *dhcp_buff, *dhcp_buff2, *dhcp_buff3; member in struct:daemon

Completed in 295 milliseconds