HomeSort by: relevance | last modified time | path
    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