Lines Matching +full:clock +full:- +full:mode

1 .. SPDX-License-Identifier: GPL-2.0
14 - Normal (routed) and Ethernet-bridged (Ethernet device emulation)
16 - ARP support (no InARP support in the kernel - there is an
17 experimental InARP user-space daemon available on:
20 2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation
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
40 gcc -O2 -Wall -o sethdlc sethdlc.c
44 Use sethdlc to set physical interface, clock rate, HDLC mode used,
48 sethdlc hdlc0 clock int rate 128000
53 sethdlc hdlc0 rs232 clock ext
59 In Frame Relay mode, ifconfig master hdlc device up (without assigning
66 - sets physical interface for a given port
67 if the card has software-selectable interfaces
69 - activate hardware loopback (for testing only)
70 * clock ext
71 - both RX clock and TX clock external
72 * clock int
73 - both RX clock and TX clock internal
74 * clock txint
75 - RX clock external, TX clock internal
76 * clock txfromrx
77 - RX clock external, TX clock derived from RX clock
79 - sets clock rate in bps (for "int" or "txint" clock only)
84 * hdlc - sets raw HDLC (IP-only) mode
86 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
88 no-parity / crc16 / crc16-pr0 (CRC16 with preset zeros) / crc32-itu
90 crc16-itu (CRC16 with ITU-T polynomial) / crc16-itu-pr0 - sets parity
92 * hdlc-eth - Ethernet device emulation using HDLC. Parity and encoding
95 * cisco - sets Cisco HDLC mode (IP, IPv6 and IPX supported)
97 interval - time in seconds between keepalive packets
99 timeout - time in seconds after last received keepalive packet before
102 * ppp - sets synchronous PPP mode
104 * x25 - sets X.25 mode
106 * fr - Frame Relay mode
108 lmi ansi / ccitt / cisco / none - LMI (link management) type
110 dce - Frame Relay DCE (network) side LMI instead of default DTE (user).
114 - t391 - link integrity verification polling timer (in seconds) - user
115 - t392 - polling verification timer (in seconds) - network
116 - n391 - full status polling counter - user
117 - n392 - error threshold - both user and network
118 - n393 - monitored events count - both user and network
120 Frame-Relay only:
122 * create n | delete n - adds / deletes PVC interface with DLCI #n.
125 * create ether n | delete ether n - adds a device for Ethernet-bridged
131 Board-specific issues
132 ---------------------