HomeSort by: relevance | last modified time | path
    Searched defs:hdlc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
hd64570.c 46 * This is currently 1504, which is large enough to hold the HDLC
798 struct hdlc_header *hdlc; local in function:sca_output
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; local in function:sca_frame_process
    [all...]

Completed in 12 milliseconds