]> arthur.barton.de Git - netatalk.git/blob - man/man3/atalk_aton.3
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / man / man3 / atalk_aton.3
1 .TH atalk_aton 3 "12 Jan 1994" 2.0.0 Netatalk 
2 .SH NAME
3 atalk_aton \- AppleTalk address parsing
4 .SH SYNOPSIS
5 .nf
6 #include <sys/types.h>
7 #include <netatalk/at.h>
8 .fi
9 .sp 1
10 .PP
11 \fIatalk_aton\fR(char * \fIcp\fR, struct at_addr * \fIata\fR);
12 .SH DESCRIPTION
13 The atalk_aton() routine converts an ASCII
14 representation of an AppleTalk address to a format appropriate for system
15 calls. Acceptable ASCII representations include both hex and base 10, in
16 triples or doubles. For instance, the address `0x1f6b.77' has a
17 network part of `8043' and a node part of `119'. This same address
18 could be written `8043.119', `31.107.119', or `0x1f.6b.77'. If
19 the address is in hex and the first digit is one of `A\-F', a leading
20 `0x' is redundant.
21 .SH "SEE ALSO"
22 \fBatalk\fR(4).
23