Man page - atalk_aton(3)
Packages contains this manual
Available languages:
en jaManual
ATALK_ATON
NameSynopsis
Description
See Also
Author
Name
atalk_aton â AppleTalk address parsing
Synopsis
#include <sys/types.h>
#include <netatalk/at.h>
atalk_aton( cp,
ata);
char * cp;
struct at_addr * ata;
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.
See Also
atalk(4)
Author
Contributors to the Netatalk Project (https://netatalk.io/contributors)