OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdlc_header
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
hd64570.c
798
struct
hdlc_header
*hdlc;
831
M_PREPEND(m, sizeof(struct
hdlc_header
), M_DONTWAIT);
834
hdlc = mtod(m, struct
hdlc_header
*);
844
M_PREPEND(m, sizeof(struct
hdlc_header
), M_DONTWAIT);
847
hdlc = mtod(m, struct
hdlc_header
*);
1534
struct
hdlc_header
*hdlc;
1558
if (len < sizeof(struct
hdlc_header
)) {
1572
m = m_pullup(m, sizeof(struct
hdlc_header
));
1582
hdlc = mtod(m, struct
hdlc_header
*);
1588
m->m_pkthdr.len -= sizeof(struct
hdlc_header
);
[
all
...]
hd64570reg.h
66
struct
hdlc_header
{
struct
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025