OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isdn
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
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
...]
isdn_20.h
25
char *
isdn
;
member in struct:dns_rdata_isdn
/src/external/mpl/bind/dist/lib/dns/rdata/generic/
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
...]
isdn_20.h
24
char *
isdn
;
member in struct:dns_rdata_isdn
/src/external/mpl/bind/dist/bin/tests/system/
genzone.sh
134
isdn01
ISDN
"
isdn
-address"
135
isdn02
ISDN
"
isdn
-address" "subaddress"
136
isdn03
ISDN
isdn
-address
137
isdn04
ISDN
isdn
-address subaddress
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c
74
CASE_TO_STR(
isdn
);
/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
/src/external/mpl/bind/dist/tests/dns/
rdata_test.c
2077
*
ISDN
tests.
2081
* 3.2. The
ISDN
RR
2083
* The
ISDN
RR is defined with mnemonic
ISDN
and type code 20 (decimal).
2085
* An
ISDN
(Integrated Service Digital Network) number is simply a
2092
* telephony subscriber may become an
ISDN
subscriber without a number
2095
*
ISDN
has the following format:
2097
* <owner> <ttl> <class>
ISDN
<
ISDN
-address> <sa>
2099
* The <
ISDN
-address> field is required; <sa> is optional
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026