 | RL-ARM User's Guide |  |
|
|
| SLIP Routines| Routine | Description |
|---|
| slip_listen | Configures the SLIP interface to accept incoming connections. | | slip_connect | Starts a dial-up connection to a remote SLIP server. | | slip_close | Disconnects the SLIP link. | | slip_is_up | Determines whether the SLIP link is established and ready to use. |
note - SLIP Network Interface routines activate the SLIP demon to start the outgoing dial-up or to listen to the incoming dial-in connections and to stop an established SLIP link. The SLIP Network Interface must be enabled in the configuration.
- The OS can handle simultaneous Ethernet and SLIP data links. Using PPP and SLIP link at the same time is currently not supported, because both use the same serial and modem device driver.
- The SLIP routines are not reentrant.
|
|