netxduo
_nx_dns_header_create()
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_header_create()
_nx_dns_header_create() function
Syntax
Show:
Summary
Declaration
Definition
from
nxd_dns.c:47
static
UINT
_nx_dns_header_create
(
UCHAR
*
buffer_ptr
,
USHORT
id
,
USHORT
flags
)
;
Implemented in
nxd_dns.c:7998
Arguments
Argument
buffer_ptr
id
flags
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_dns_header_create
(
UCHAR
*
buffer_ptr
,
USHORT
id
,
USHORT
flags
)
nxd_dns.c:7998
static
UINT
_nx_dns_header_create
(
UCHAR
*
buffer_ptr
,
USHORT
id
,
USHORT
flags
)
;
nxd_dns.c:47
size
=
_nx_dns_header_create
(
packet_ptr
->
nx_packet_append_ptr
,
id
,
NX_DNS_QUERY_FLAGS
)
;
nxd_dns.c:7922
_nx_dns_new_packet_create()
Call Tree
from
examples
_nx_dns_header_create()
is called by 1 function and calls 1 function:
_nx_dns_new_packet_create()
All items filtered out
_nx_dns_header_create()
_nx_dns_short_to_network_convert()
All items filtered out
Data Use
from
examples
_nx_dns_header_create()
:
All items filtered out
_nx_dns_header_create()
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