1atalk_aton(3)                      Netatalk                      atalk_aton(3)
2
3
4

NAME

6       atalk_aton - AppleTalk address parsing
7

SYNOPSIS

9       #include <sys/types.h>
10       #include <netatalk/at.h>
11
12
13       atalk_aton(char * cp, struct at_addr * ata);
14

DESCRIPTION

16       The  atalk_aton()  routine  converts  an  ASCII  representation  of  an
17       AppleTalk address to a format appropriate for system calls.  Acceptable
18       ASCII  representations include both hex and base 10, in triples or dou‐
19       bles. For instance, the address  `0x1f6b.77'  has  a  network  part  of
20       `8043'  and  a  node  part of `119'. This same address could be written
21       `8043.119', `31.107.119', or `0x1f.6b.77'. If the address is in hex and
22       the first digit is one of `A-F', a leading `0x' is redundant.
23

SEE ALSO

25       atalk(4).
26
27
28
29
302.0.3                             12 Jan 1994                    atalk_aton(3)
Impressum