Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rose(3) [opendarwin man page]

INET(3) 						     Linux Programmer's Manual							   INET(3)

NAME
rose_aton, rose_ntoa, rose_cmp - ROSE Address manipulation routines SYNOPSIS
#include <netrose/rose.h> int rose_aton(const char *cp, char *inp); char * rose_ntoa(rose_address *cp); int rose_cmp(rose_address *a1, rose_address *a2); DESCRIPTION
The rose_aton() converts the ROSE address cp from an ASCII representation into network format. The rose_ntoa() converts the ROSE address cp that is network format to a string that is the ASCII representation of the address. The rose_cmp() compares the two ROSE address a1 and a2 that are in network format. RETURN VALUE
The rose_ntoa() and rose_aton() functions return zero if all went OK, -1 if not. The rose_cmp() returns 0 if addresses pointer by a1 and a2 are identical, 1 otherwise. SEE ALSO
ax25(4), netrom(4), rose(4) Linux 2008-Feb-04 INET(3)

Check Out this Related Man Page

RSDWNLNK(8)						     Linux Programmer's Manual						       RSDWNLNK(8)

NAME
rsdwnlnk - User exit from the ROSE network. SYNOPSIS
rsdwnlnk <port> <call> DESCRIPTION
The rdwnplnk program allows a user to leave the ROSE network using the standard pseudo-digipeating method. Recent Linux kernels are aware of this form of operation and the ax25d program can create such connections. The normal mode of operation of a ROSE switch is to have one ROSE address (ie port) per physical AX.25 port. Therefore ROSE users coming in on a given ROSE port will come out of the associated AX.25 port. To use rsdwnlnk you need an entry in ax25d.conf to listen for incoming ROSE connections to any callsigns that are not matched by the more specific ROSE entries. In the example below, I will be listening for ROSE connections on my ROSE port rs144, the exiting AX.25 connection will be via the associated AX.25 port, 144, using the callsign KE4GAJ-10. Please note that the callsign should be on the same line as the rest of the command, it may be wrapped onto the next line on your screen. # {* VIA rs144} NOCALL * * * * * * L default * * * * * * - root /usr/sbin/rsdwnlnk rsdwnlnk 144 KE4GAJ-10 # There would typically be one rsdwnlnk per ROSE port. The associated program for entering a ROSE network is rsuplnk. All errors generated by rsdwnlnk are written to the system debug log file. FILES
/etc/ax25/axports SEE ALSO
rose(4), ax25d.conf(5), ax25d(8), rsuplnk(8), rose_call(8). AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 29 April 1997 RSDWNLNK(8)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

time in microseconds

Hi I want to print the current local time in microseconds How ? (16 Replies)
Discussion started by: avnerht
16 Replies

2. AIX

AIX POWER 6 Prosessor

How AIX POWER 6 Processor exploit over 5.3 (1 Reply)
Discussion started by: Sanj
1 Replies

3. Programming

Microsecond timer and printf issues in C++

Hi guys, First post here - hope it's in the right place. I'm writing a timer for a client. It can send data every 100ms and receive every 150. It's an AI project so I *don't* want to fork() and pipe or go multi threaded, use interupts etc. Using linux, gcc 4.3.2 The code I have: ... (2 Replies)
Discussion started by: scazz
2 Replies

4. UNIX for Beginners Questions & Answers

Idea to make a function as microservice

Hello - I wrote few scripts on bash shell script and grafana triggers those scripts and show on console . I want to write the console output to a log file as well by using tee command and I am successful as well . I am wondering Instead of writing same logic on multiple scripts , why... (4 Replies)
Discussion started by: Varja
4 Replies