HomeSort by: relevance | last modified time | path
    Searched defs:nimloc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
nimloc_32.h 25 unsigned char *nimloc; member in struct:dns_rdata_in_nimloc
nimloc_32.c 113 dns_rdata_in_nimloc_t *nimloc = source; local
117 REQUIRE(nimloc != NULL);
118 REQUIRE(nimloc->common.rdtype == type);
119 REQUIRE(nimloc->common.rdclass == rdclass);
120 REQUIRE(nimloc->nimloc != NULL || nimloc->nimloc_len == 0);
125 return mem_tobuffer(target, nimloc->nimloc, nimloc->nimloc_len)
130 dns_rdata_in_nimloc_t *nimloc = target; local
149 dns_rdata_in_nimloc_t *nimloc = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
nimloc_32.h 26 unsigned char *nimloc; member in struct:dns_rdata_in_nimloc
nimloc_32.c 114 dns_rdata_in_nimloc_t *nimloc = source; local
118 REQUIRE(nimloc != NULL);
119 REQUIRE(nimloc->common.rdtype == type);
120 REQUIRE(nimloc->common.rdclass == rdclass);
121 REQUIRE(nimloc->nimloc != NULL || nimloc->nimloc_len == 0);
126 return (mem_tobuffer(target, nimloc->nimloc, nimloc->nimloc_len))
131 dns_rdata_in_nimloc_t *nimloc = target; local
156 dns_rdata_in_nimloc_t *nimloc = source; local
    [all...]
  /src/external/mpl/bind/include/dns/
rdatastruct.h 879 unsigned char *nimloc; member in struct:dns_rdata_in_nimloc
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 980 unsigned char *nimloc; member in struct:dns_rdata_in_nimloc

Completed in 31 milliseconds