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

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
isdn_20.h 24 char *isdn; member in struct:dns_rdata_isdn
isdn_20.c 35 /* ISDN-address */
114 dns_rdata_isdn_t *isdn = source; local
117 REQUIRE(isdn != NULL);
118 REQUIRE(isdn->common.rdtype == type);
119 REQUIRE(isdn->common.rdclass == rdclass);
124 RETERR(uint8_tobuffer(isdn->isdn_len, target));
125 RETERR(mem_tobuffer(target, isdn->isdn, isdn->isdn_len));
126 if (isdn->subaddress == NULL)
135 dns_rdata_isdn_t *isdn = target; local
167 dns_rdata_isdn_t *isdn = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
isdn_20.h 25 char *isdn; member in struct:dns_rdata_isdn
isdn_20.c 35 /* ISDN-address */
115 dns_rdata_isdn_t *isdn = source; local
118 REQUIRE(isdn != NULL);
119 REQUIRE(isdn->common.rdtype == type);
120 REQUIRE(isdn->common.rdclass == rdclass);
125 RETERR(uint8_tobuffer(isdn->isdn_len, target));
126 RETERR(mem_tobuffer(target, isdn->isdn, isdn->isdn_len));
127 if (isdn->subaddress == NULL)
136 dns_rdata_isdn_t *isdn = target; local
182 dns_rdata_isdn_t *isdn = source; local
    [all...]
  /src/external/mpl/bind/include/dns/
rdatastruct.h 563 char *isdn; member in struct:dns_rdata_isdn
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 628 char *isdn; member in struct:dns_rdata_isdn

Completed in 39 milliseconds