HomeSort by: relevance | last modified time | path
    Searched refs:got4 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/unbound/dist/iterator/
iter_delegpt.c 83 copy->nslist->got4 = ns->got4;
127 ns->got4 = 0;
187 else ns->got4 = 1;
188 if(ns->got4 && ns->got6)
304 (ns->got4?" A":""), (ns->got6?" AAAA":""),
551 ns->got4 = 2;
554 if(ns->got4 && ns->got6)
577 if(ns->got4)
666 ns->got4 = 0
    [all...]
iter_delegpt.h 120 * and marked true if got4 and got6 are both true.
125 uint8_t got4; member in struct:delegpt_ns
376 * sets the got4 or got6 to negative, updates the ns->resolved.
iterator.c 250 if((dpns->got4 == 2 || (!ie->supports_ipv4 && !ie->nat64.use_nat64)) &&
2081 (!ns->lame && !ns->got4)))) {
2090 (!ns->lame && !ns->got4))) {
3890 if((dpns->got4 == 2 || (!ie->supports_ipv4 && !ie->nat64.use_nat64)) &&
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1311 int got4 = 0, got6 = 0; local
1337 got4 = got6 = 0;
1339 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET && got4)
1344 got4 = 1;
1570 int got4 = 0, got6 = 0; local
1594 if (got4)
1596 got4 = 1;
  /src/sys/dist/pf/net/
pf_if.c 557 int got4 = 0, got6 = 0; local
583 if (af == AF_INET && got4)
589 got4 = 1;
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 1081 uint8_t got4;
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 468 unsigned int got4; /* .got + 4 */
4347 elf_m68k_install_pc32 (splt, plt_info->plt0_relocs.got4,
467 unsigned int got4; \/* .got + 4 *\/ member in struct:elf_m68k_plt_info::__anon7387
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 468 unsigned int got4; /* .got + 4 */
4346 elf_m68k_install_pc32 (splt, plt_info->plt0_relocs.got4,
467 unsigned int got4; \/* .got + 4 *\/ member in struct:elf_m68k_plt_info::__anon8870

Completed in 38 milliseconds