Lines Matching full:hdlc
4 Generic HDLC layer
10 Generic HDLC layer currently supports:
18 http://www.kernel.org/pub/linux/utils/net/hdlc/).
20 2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation
21 3. Cisco HDLC
25 Generic HDLC is a protocol driver only - it needs a low-level driver
28 Ethernet device emulation (using HDLC or Frame-Relay PVC) is compatible
32 Make sure the hdlc.o and the hardware driver are loaded. It should
33 create a number of "hdlc" (hdlc0 etc) network devices, one for each
36 http://www.kernel.org/pub/linux/utils/net/hdlc/
44 Use sethdlc to set physical interface, clock rate, HDLC mode used,
59 In Frame Relay mode, ifconfig master hdlc device up (without assigning
84 * hdlc - sets raw HDLC (IP-only) mode
92 * hdlc-eth - Ethernet device emulation using HDLC. Parity and encoding
95 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported)
170 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.