lwIP
netbios_name_hdr::flags
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_name_hdr::flags
netbios_name_hdr::flags field
Syntax
Show:
Summary
Declaration
from
netbiosns.c:142
u16_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
PACK_STRUCT_FIELD
(
u16_t
flags
)
;
netbiosns.c:142
resp
->
resp_name
.
datalen
=
PP_HTONS
(
sizeof
(
resp
->
resp_name
.
flags
)
+
sizeof
(
resp
->
resp_name
.
addr
)
)
;
netbiosns.c:400
netbiosns_recv()
resp
->
resp_name
.
flags
=
PP_HTONS
(
NETB_NFLAG_NODETYPE_BNODE
)
;
netbiosns.c:401
netbiosns_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
netbios_name_hdr::flags
is written by 1 function and is read by 1 function:
netbiosns_recv()
All items filtered out
netbios_name_hdr::flags
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