Lines Matching defs: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;
1582 hdlc = mtod(m, struct hdlc_header *);
1583 switch (ntohs(hdlc->h_proto)) {
1685 ntohs(hdlc->h_proto)));