File: atalk_aton.3

package info (click to toggle)
netatalk 2.0.3-4%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,012 kB
  • ctags: 6,109
  • sloc: ansic: 67,633; sh: 8,424; perl: 1,187; makefile: 1,001
file content (23 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH atalk_aton 3 "12 Jan 1994" 2.0.3 Netatalk 
.SH NAME
atalk_aton \- AppleTalk address parsing
.SH SYNOPSIS
.nf
#include <sys/types.h>
#include <netatalk/at.h>
.fi
.sp 1
.PP
\fIatalk_aton\fR(char * \fIcp\fR, struct at_addr * \fIata\fR);
.SH DESCRIPTION
The atalk_aton() routine converts an ASCII
representation of an AppleTalk address to a format appropriate for system
calls. Acceptable ASCII representations include both hex and base 10, in
triples or doubles. For instance, the address `0x1f6b.77' has a
network part of `8043' and a node part of `119'. This same address
could be written `8043.119', `31.107.119', or `0x1f.6b.77'. If
the address is in hex and the first digit is one of `A\-F', a leading
`0x' is redundant.
.SH "SEE ALSO"
\fBatalk\fR(4).