GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
taia_pack(3) FreeBSD Library Functions Manual taia_pack(3)

taia_pack - convert TAI64NA labels to external format

#include <taia.h>

void taia_pack(buf,&t);
void taia_unpack(buf,&t);

char buf[TAIA_PACK];
struct taia t;

taia_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.

taia(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.