netxduo
_nx_dns_number_to_ascii_convert()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_dns_number_to_ascii_convert()
_nx_dns_number_to_ascii_convert() function
Syntax
Show:
Summary
Declaration
Definition
from
nxd_dns.c:61
static
UINT
_nx_dns_number_to_ascii_convert
(
UINT
number
,
CHAR
*
buffstring
)
;
Implemented in
nxd_dns.c:9291
Arguments
Argument
number
buffstring
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_dns_number_to_ascii_convert
(
UINT
number
,
CHAR
*
buffstring
)
nxd_dns.c:9291
static
UINT
_nx_dns_number_to_ascii_convert
(
UINT
number
,
CHAR
*
buffstring
)
;
nxd_dns.c:61
length
=
_nx_dns_number_to_ascii_convert
(
value
,
(
CHAR
*
)
&
ip_question
[
0
]
)
;
nxd_dns.c:7756
_nx_dns_host_by_address_get_internal()
length
+=
_nx_dns_number_to_ascii_convert
(
value
,
(
CHAR
*
)
&
ip_question
[
index
]
)
;
nxd_dns.c:7761
_nx_dns_host_by_address_get_internal()
length
+=
_nx_dns_number_to_ascii_convert
(
value
,
(
CHAR
*
)
&
ip_question
[
index
]
)
;
nxd_dns.c:7766
_nx_dns_host_by_address_get_internal()
length
+=
_nx_dns_number_to_ascii_convert
(
value
,
(
CHAR
*
)
&
ip_question
[
index
]
)
;
nxd_dns.c:7771
_nx_dns_host_by_address_get_internal()
Call Tree
from
examples
_nx_dns_number_to_ascii_convert()
is called by 1 function:
_nx_dns_host_by_address_get_internal()
All items filtered out
_nx_dns_number_to_ascii_convert()
All items filtered out
Data Use
from
examples
_nx_dns_number_to_ascii_convert()
:
All items filtered out
_nx_dns_number_to_ascii_convert()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out