lwIP
netbios_question_hdr::type
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netbios_question_hdr::type
netbios_question_hdr::type field
Syntax
Show:
Summary
Declaration
from
netbiosns.c:122
u16_t
type
;
Examples
References
from
examples
Code
Location
Referrer
PACK_STRUCT_FIELD
(
u16_t
type
)
;
netbiosns.c:122
if
(
netbios_question_hdr
->
type
==
PP_HTONS
(
NETB_QTYPE_NB
)
)
{
netbiosns.c:373
netbiosns_recv()
resp
->
resp_name
.
type
=
netbios_question_hdr
->
type
;
netbiosns.c:397
netbiosns_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
netbios_question_hdr::type
is read by 1 function:
All items filtered out
netbios_question_hdr::type
netbiosns_recv()
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