1ATALK_ATON(3) Netatalk 2.1 ATALK_ATON(3)
2
3
4
6 atalk_aton - AppleTalk address parsing
7
9 #include <sys/types.h>
10 #include <netatalk/at.h>
11
12 atalk_aton(char * cp, struct at_addr * ata);
13
15 The atalk_aton() routine converts an ASCII representation of an
16 AppleTalk address to a format appropriate for system calls. Acceptable
17 ASCII representations include both hex and base 10, in triples or
18 doubles. For instance, the address `0x1f6b.77´ has a network part of
19 `8043´ and a node part of `119´. This same address could be written
20 `8043.119´, `31.107.119´, or `0x1f.6b.77´. If the address is in hex and
21 the first digit is one of `A-F´, a leading `0x´ is redundant.
22
24 atalk(4).
25
26
27
28Netatalk 2.1 12 Jan 1994 ATALK_ATON(3)