atalk_aton (3) Linux Manual Page
NAME atalk_aton – AppleTalk address parsing SYNOPSIS #include <netatalk/at.h> #include <sys/types.h> atalk_aton(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…
