Home | History | Annotate | Download | only in ic

Lines Matching defs:hdlc

46  *	   This is currently 1504, which is large enough to hold the HDLC
798 struct hdlc_header *hdlc;
834 hdlc = mtod(m, struct hdlc_header *);
835 hdlc->h_proto = htons(HDLC_PROTOCOL_IP);
847 hdlc = mtod(m, struct hdlc_header *);
848 hdlc->h_proto = htons(HDLC_PROTOCOL_IPV6);
860 hdlc->h_addr = CISCO_MULTICAST;
862 hdlc->h_addr = CISCO_UNICAST;
863 hdlc->h_resv = 0;
1534 struct hdlc_header *hdlc;
1570 * read and then strip off the HDLC information
1582 hdlc = mtod(m, struct hdlc_header *);
1583 switch (ntohs(hdlc->h_proto)) {
1685 ntohs(hdlc->h_proto)));