|
NAMEtaia_pack - convert TAI64NA labels to external formatSYNTAX#include <taia.h>void taia_pack(buf,&t);
char buf[TAIA_PACK];
DESCRIPTIONtaia_pack converts a TAI64NA label from internal format in t to TAI64NA format in buf.taia_unpack converts a TAI64NA label from TAI64NA format in buf to internal format in t. TAIA_PACK is 16. See http://pobox.com/~djb/proto/tai64.txt for more information about TAI64NA format. SEE ALSOtaia(3) Visit the GSP FreeBSD Man Page Interface. |