Searched refs:F_REVERSE (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dcache.c168 /* maintain an invariant that all entries with F_REVERSE set
175 if (!(crecp->flags & F_REVERSE))
177 while (*up && ((*up)->flags & F_REVERSE))
206 crecp->flags &= ~F_REVERSE;
331 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
415 (flags & crecp->flags & F_REVERSE) &&
458 int freed_all = flags & F_REVERSE;
513 if (new->flags & (F_FORWARD | F_REVERSE))
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTA
[all...]
H A Dauth.c195 log_query(flag | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
219 log_query(flag | F_DHCP | F_REVERSE, name, &addr, record_source(crecp->uid));
243 log_query(flag | F_NEG | F_NXDOMAIN | F_REVERSE | (auth ? F_AUTH : 0), NULL, &addr, NULL);
H A Drfc1035.c1008 cache_insert(name, &addr, now, cttl, name_encoding | secflag | F_REVERSE);
1026 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags | secflag);
1798 log_query(is_arpa | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
1897 log_query(F_CONFIG | F_REVERSE | is_arpa, name, &addr, NULL);
1913 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN,
2137 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr,
H A Ddhcp-common.c402 while (crec && !(crec->flags & F_REVERSE))
H A Ddnsmasq.h420 #define F_REVERSE (1u<<2) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dcache.c168 /* maintain an invariant that all entries with F_REVERSE set
175 if (!(crecp->flags & F_REVERSE))
177 while (*up && ((*up)->flags & F_REVERSE))
206 crecp->flags &= ~F_REVERSE;
331 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
415 (flags & crecp->flags & F_REVERSE) &&
458 int freed_all = flags & F_REVERSE;
513 if (new->flags & (F_FORWARD | F_REVERSE))
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTA
[all...]
H A Dauth.c195 log_query(flag | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
219 log_query(flag | F_DHCP | F_REVERSE, name, &addr, record_source(crecp->uid));
243 log_query(flag | F_NEG | F_NXDOMAIN | F_REVERSE | (auth ? F_AUTH : 0), NULL, &addr, NULL);
H A Drfc1035.c1008 cache_insert(name, &addr, now, cttl, name_encoding | secflag | F_REVERSE);
1026 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags | secflag);
1798 log_query(is_arpa | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
1897 log_query(F_CONFIG | F_REVERSE | is_arpa, name, &addr, NULL);
1913 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN,
2137 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr,
H A Ddhcp-common.c402 while (crec && !(crec->flags & F_REVERSE))
H A Ddnsmasq.h420 #define F_REVERSE (1u<<2) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dcache.c168 /* maintain an invariant that all entries with F_REVERSE set
175 if (!(crecp->flags & F_REVERSE))
177 while (*up && ((*up)->flags & F_REVERSE))
206 crecp->flags &= ~F_REVERSE;
331 If (flags & F_REVERSE) then remove any reverse entries for addr and any expired
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
415 (flags & crecp->flags & F_REVERSE) &&
458 int freed_all = flags & F_REVERSE;
513 if (new->flags & (F_FORWARD | F_REVERSE))
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTA
[all...]
H A Dauth.c195 log_query(flag | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
219 log_query(flag | F_DHCP | F_REVERSE, name, &addr, record_source(crecp->uid));
243 log_query(flag | F_NEG | F_NXDOMAIN | F_REVERSE | (auth ? F_AUTH : 0), NULL, &addr, NULL);
H A Drfc1035.c1008 cache_insert(name, &addr, now, cttl, name_encoding | secflag | F_REVERSE);
1026 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags | secflag);
1798 log_query(is_arpa | F_REVERSE | F_CONFIG, intr->name, &addr, NULL);
1897 log_query(F_CONFIG | F_REVERSE | is_arpa, name, &addr, NULL);
1913 log_query(F_CONFIG | F_REVERSE | F_IPV4 | F_NEG | F_NXDOMAIN,
2137 log_query(crecp->flags & ~F_REVERSE, name, &crecp->addr.addr,
H A Ddhcp-common.c402 while (crec && !(crec->flags & F_REVERSE))
H A Ddnsmasq.h420 #define F_REVERSE (1u<<2) macro

Completed in 305 milliseconds